vollmond/.woodpecker/docker.yml

11 lines
302 B
YAML
Raw Normal View History

pipeline:
docker-build:
secrets: [docker_username, docker_password]
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]