24 lines
535 B
YAML
24 lines
535 B
YAML
steps:
|
|
publish:
|
|
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
|
settings:
|
|
registry: "https://gitea.nulo.in"
|
|
username: "sutty"
|
|
repo: "gitea.nulo.in/sutty/CHANGEME"
|
|
tags:
|
|
- "${ALPINE_VERSION}"
|
|
- "latest"
|
|
build_args:
|
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
|
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
|
secrets:
|
|
- "DOCKER_PASSWORD"
|
|
when:
|
|
branch: "antifascista"
|
|
event: "push"
|
|
matrix:
|
|
ALPINE_VERSION:
|
|
- "3.20.1"
|
|
- "3.19.2"
|
|
- "3.18.7"
|
|
- "3.17.8"
|