Compare commits

..

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

View file

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