Merge branch 'antifascista' of https://gitea.sutty.coop.ar/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 15:16:22 -03:00
commit 79ffa78e66

View file

@ -1,23 +1,24 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/repository registry: registry.nulo.in
tags: username: sutty
- ${ALPINE_VERSION} repo: registry.nulo.in/sutty/repository
- latest tags:
build_args: - ${ALPINE_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION} - latest
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk build_args:
username: sutty - ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
secrets: secrets:
- docker_password - docker_password
when: when:
branch: antifascista branch: antifascista
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.13.6 - 3.16.0
- 3.14.3 - 3.15.4
- 3.15.0 - 3.14.6
- 3.13.10