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-06-04 14:59:26 -03:00
commit 049b50264e

View file

@ -1,14 +1,15 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/containers-sdk registry: registry.nulo.in
tags: username: sutty
- ${ALPINE_VERSION} repo: registry.nulo.in/sutty/containers-sdk
- latest tags:
build_args: - ${ALPINE_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION} - latest
username: sutty build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
secrets: secrets:
- docker_password - docker_password
when: when:
@ -16,6 +17,7 @@ pipeline:
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.13.7 - 3.16.0
- 3.14.3 - 3.15.4
- 3.15.0 - 3.14.6
- 3.13.10