Compare commits
No commits in common. "79ffa78e666106fb41b1646f7e3d66f0ebc05e58" and "44284e094eae1087a439769290fac15b2ce74bd7" have entirely different histories.
79ffa78e66
...
44284e094e
1 changed files with 13 additions and 14 deletions
|
@ -1,24 +1,23 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
registry: registry.nulo.in
|
||||||
registry: registry.nulo.in
|
repo: registry.nulo.in/sutty/repository
|
||||||
username: sutty
|
tags:
|
||||||
repo: registry.nulo.in/sutty/repository
|
- ${ALPINE_VERSION}
|
||||||
tags:
|
- latest
|
||||||
- ${ALPINE_VERSION}
|
build_args:
|
||||||
- latest
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
build_args:
|
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
username: sutty
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
|
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue