Compare commits
9 commits
4b351f24ca
...
049b50264e
Author | SHA1 | Date | |
---|---|---|---|
|
049b50264e | ||
|
c90ba65374 | ||
|
4ac1583bcb | ||
|
deaa49652f | ||
|
e565c1380a | ||
|
65304feb56 | ||
|
a299ab663f | ||
|
9a9ee411da | ||
|
3dfc34388c |
1 changed files with 13 additions and 11 deletions
|
@ -1,14 +1,15 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/containers-sdk
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
username: sutty
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue