Merge branch 'antifascista' of https://gitea.sutty.coop.ar/Sutty/containers-skel into antifascista
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-06-04 15:16:22 -03:00
commit 79ffa78e66
1 changed files with 14 additions and 13 deletions

View File

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