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
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:
@ -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