postfix/.woodpecker/docker.yml

9 lines
243 B
YAML
Raw Normal View History

2024-08-07 10:09:42 +00:00
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]