Compare commits

..

No commits in common. "327638f442d5e9d0da10724f08b5afaaed28f04a" and "00b59e72421f0921f4a8501e43c1c1ae3a4cb5d5" have entirely different histories.

View file

@ -1,24 +1,24 @@
pipeline: pipeline:
publish: publish:
image: "plugins/docker" image: plugins/docker
settings: settings:
registry: "registry.nulo.in" registry: registry.nulo.in
username: "sutty" username: sutty
repo: "registry.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=registry.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:
ALPINE_VERSION: ALPINE_VERSION:
- "3.17.1" - 3.17.0
KNOT_VERSION: KNOT_VERSION:
- "3.2.4" - 3.2.4