containers-postfix/.woodpecker.yml

28 lines
694 B
YAML

steps:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/postfix"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "POSTFIX_VERSION=${POSTFIX_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
secrets:
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.19.0"
POSTFIX_VERSION: "3.8.4"
- ALPINE_VERSION: "3.18.4"
POSTFIX_VERSION: "3.8.4"
- ALPINE_VERSION: "3.17.5"
POSTFIX_VERSION: "3.7.9"