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-09-17 18:02:26 -03:00
commit 52731f5cd7

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/postsrsd repo: registry.nulo.in/sutty/postsrsd
tags: tags:
- ${ALPINE_VERSION} - ${ALPINE_VERSION}
@ -9,7 +11,6 @@ pipeline:
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
username: sutty
secrets: secrets:
- docker_password - docker_password
when: when:
@ -17,6 +18,7 @@ pipeline:
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.15.0 - 3.16.2
- 3.14.3 - 3.15.6
- 3.13.7 - 3.14.8
- 3.13.12