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:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: registry.nulo.in
|
||||||
|
username: sutty
|
||||||
repo: registry.nulo.in/sutty/containers-sdk
|
repo: registry.nulo.in/sutty/containers-sdk
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
- latest
|
- latest
|
||||||
build_args:
|
build_args:
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
username: sutty
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue