postfix/.woodpecker/docker.yml
Thomas Renger af839bea87
Some checks failed
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/manual/docker Pipeline failed
Add postfix-ldap support package
2024-08-11 01:23:08 +02:00

11 lines
269 B
YAML

pipeline:
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]