Compare commits

..

No commits in common. "049b50264ea5f540212c97a3916b36c96e11ba85" and "4b351f24ca3eed67379240d6b21264c1e79b9899" have entirely different histories.

View file

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