Compare commits

..

No commits in common. "79ffa78e666106fb41b1646f7e3d66f0ebc05e58" and "44284e094eae1087a439769290fac15b2ce74bd7" have entirely different histories.

View file

@ -1,9 +1,7 @@
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/repository repo: registry.nulo.in/sutty/repository
tags: tags:
- ${ALPINE_VERSION} - ${ALPINE_VERSION}
@ -11,14 +9,15 @@ pipeline:
build_args: build_args:
- ALPINE_VERSION=${ALPINE_VERSION} - ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk - BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
username: sutty
secrets: secrets:
- docker_password - docker_password
when: when:
branch: antifascista branch: antifascista
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.16.0 - 3.13.6
- 3.15.4 - 3.14.3
- 3.14.6 - 3.15.0
- 3.13.10