postfix/.woodpecker/docker.yml
2024-09-09 21:15:46 +00:00

11 lines
266 B
YAML

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