Compare commits
No commits in common. "792aefed368554900b87491fe4edd368fef990ce" and "a329bbf0ec25a81b7b5eb238999c5f4719014f03" have entirely different histories.
792aefed36
...
a329bbf0ec
1 changed files with 10 additions and 12 deletions
|
@ -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/borg
|
repo: registry.nulo.in/sutty/borg
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
|
@ -11,6 +9,7 @@ pipeline:
|
||||||
build_args:
|
build_args:
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||||
|
username: sutty
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
@ -18,5 +17,4 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.16.2
|
- 3.15.0
|
||||||
- 3.15.6
|
|
||||||
|
|
Loading…
Reference in a new issue