vollmond/.woodpecker/docker.yml
Thomas Renger abddf649c2
All checks were successful
ci/woodpecker/manual/docker Pipeline was successful
Reformart woodpecker file
2023-09-23 14:22:51 +02:00

9 lines
244 B
YAML

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