vollmond/.woodpecker/docker.yml
Thomas Renger a149d77461
All checks were successful
ci/woodpecker/manual/docker Pipeline was successful
Explicitly set Dockerfile location
2024-08-28 21:51:17 +02:00

11 lines
300 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]