Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
327638f442
1 changed files with 14 additions and 14 deletions
|
@ -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.0
|
- "3.17.1"
|
||||||
KNOT_VERSION:
|
KNOT_VERSION:
|
||||||
- 3.2.4
|
- "3.2.4"
|
||||||
|
|
Loading…
Reference in a new issue