Compare commits

..

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

View file

@ -1,24 +1,24 @@
pipeline:
publish:
image: "plugins/docker"
image: plugins/docker
settings:
registry: "registry.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/knot"
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/knot
tags:
- "${ALPINE_VERSION}"
- "latest"
- ${ALPINE_VERSION}
- latest
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=registry.nulo.in/sutty/monit"
- "KNOT_VERSION=${KNOT_VERSION}"
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
- KNOT_VERSION=${KNOT_VERSION}
secrets:
- "docker_password"
- docker_password
when:
branch: "antifascista"
event: "push"
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- "3.17.1"
- 3.17.0
KNOT_VERSION:
- "3.2.4"
- 3.2.4