postfix/.woodpecker/docker.yml

11 lines
269 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
2024-08-07 15:11:38 +00:00
tags:
- latest
- v0.0
2024-08-07 10:09:42 +00:00
auto-tag: true
platforms: [linux/amd64, linux/arm64]