Compare commits

..

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

View file

@ -1,24 +1,23 @@
pipeline:
publish:
image: plugins/docker
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/repository
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
registry: registry.nulo.in
repo: registry.nulo.in/sutty/repository
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- 3.16.0
- 3.15.4
- 3.14.6
- 3.13.10
- 3.13.6
- 3.14.3
- 3.15.0