postfix/.woodpecker/docker.yml
Thomas Renger dbe87de419
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
Add basic CI pipeline
2024-08-07 12:09:42 +02:00

9 lines
243 B
YAML

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