Compare commits

..

No commits in common. "d97b0f49916efddd5c9cf56776d3c9e5d82060c7" and "243bede6d93d5f438b0b8f7e586ca4e116ce666e" have entirely different histories.

View file

@ -1,25 +1,24 @@
pipeline:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
image: "plugins/docker"
settings:
registry: "https://gitea.nulo.in"
registry: "registry.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/knot"
repo: "registry.nulo.in/sutty/knot"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
- "KNOT_VERSION=${KNOT_VERSION}"
secrets:
- "DOCKER_PASSWORD"
- "docker_password"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.0"
KNOT_VERSION: "3.2.6"
- ALPINE_VERSION: "3.17.3"
KNOT_VERSION: "3.2.4"
ALPINE_VERSION:
- "3.17.3"
KNOT_VERSION:
- "3.2.4"