vollmond/.woodpecker/docker.yml
Thomas Renger 80dff07d94
Some checks failed
ci/woodpecker/manual/docker Pipeline failed
Maybe a docker build
2024-08-28 21:45:31 +02:00

11 lines
302 B
YAML

pipeline:
docker-build:
secrets: [docker_username, docker_password]
image: woodpeckerci/plugin-docker-buildx
settings:
context: bot
# dockerfile: bot/Dockerfile
repo: dentaku/vollmond-bot
tag: latest
auto-tag: true
platforms: [linux/amd64, linux/arm64]