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

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

View file

@ -1,7 +1,9 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
settings:
registry: registry.nulo.in registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/monit repo: registry.nulo.in/sutty/monit
tags: tags:
- ${ALPINE_VERSION} - ${ALPINE_VERSION}
@ -9,12 +11,10 @@ pipeline:
build_args: build_args:
- ALPINE_VERSION=${ALPINE_VERSION} - ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine - BASE_IMAGE=alpine
username: sutty 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