Compare commits
No commits in common. "049b50264ea5f540212c97a3916b36c96e11ba85" and "4b351f24ca3eed67379240d6b21264c1e79b9899" have entirely different histories.
049b50264e
...
4b351f24ca
1 changed files with 11 additions and 13 deletions
|
@ -1,15 +1,14 @@
|
|||
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:
|
||||
|
@ -17,7 +16,6 @@ pipeline:
|
|||
event: push
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- 3.16.0
|
||||
- 3.15.4
|
||||
- 3.14.6
|
||||
- 3.13.10
|
||||
- 3.13.7
|
||||
- 3.14.3
|
||||
- 3.15.0
|
||||
|
|
Loading…
Reference in a new issue