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: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/monit registry: registry.nulo.in
tags: username: sutty
- ${ALPINE_VERSION} repo: registry.nulo.in/sutty/monit
- latest tags:
build_args: - ${ALPINE_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION} - latest
- BASE_IMAGE=alpine build_args:
username: sutty - ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
purge: false
secrets: secrets:
- docker_password - docker_password
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
docker:
purge: false
when: when:
branch: antifascista branch: antifascista
event: push event: push