containers-knot/.woodpecker.yml

26 lines
622 B
YAML

steps:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/knot"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
- "KNOT_VERSION=${KNOT_VERSION}"
secrets:
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.19.1"
KNOT_VERSION: "3.3.5"
- ALPINE_VERSION: "3.18.6"
KNOT_VERSION: "3.2.12"