2021-10-03 23:19:00 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
|
|
|
image: plugins/docker
|
|
|
|
registry: registry.nulo.in
|
2021-11-16 13:14:19 +00:00
|
|
|
repo: registry.nulo.in/sutty/repository
|
2021-10-03 23:19:00 +00:00
|
|
|
tags:
|
|
|
|
- ${ALPINE_VERSION}
|
|
|
|
- latest
|
|
|
|
build_args:
|
|
|
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
2021-11-16 13:30:15 +00:00
|
|
|
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
|
2021-10-03 23:19:00 +00:00
|
|
|
username: sutty
|
|
|
|
secrets:
|
|
|
|
- docker_password
|
|
|
|
when:
|
|
|
|
branch: antifascista
|
|
|
|
event: push
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
ALPINE_VERSION:
|
|
|
|
- 3.13.6
|
|
|
|
- 3.14.2
|