Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista

This commit is contained in:
f 2022-03-19 14:50:27 -03:00
commit b198d36200

View file

@ -1,20 +1,20 @@
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/monit
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
username: sutty
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/monit
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
purge: false
secrets:
- docker_password
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
docker:
purge: false
when:
branch: antifascista
event: push