Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-06-04 14:59:26 -03:00
commit 049b50264e
1 changed files with 13 additions and 11 deletions

View File

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