2023-01-10 14:08:28 +00:00
|
|
|
pipeline:
|
|
|
|
docker-build:
|
2023-01-10 19:50:41 +00:00
|
|
|
secrets: [docker_username, docker_password]
|
2023-01-10 14:08:28 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
2024-08-28 19:45:31 +00:00
|
|
|
context: bot
|
|
|
|
# dockerfile: bot/Dockerfile
|
|
|
|
repo: dentaku/vollmond-bot
|
2023-01-10 14:30:19 +00:00
|
|
|
tag: latest
|
2023-09-23 12:22:51 +00:00
|
|
|
auto-tag: true
|
|
|
|
platforms: [linux/amd64, linux/arm64]
|