Compare commits

..

No commits in common. "792aefed368554900b87491fe4edd368fef990ce" and "a329bbf0ec25a81b7b5eb238999c5f4719014f03" have entirely different histories.

View file

@ -1,9 +1,7 @@
pipeline:
publish:
image: plugins/docker
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/borg
tags:
- ${ALPINE_VERSION}
@ -11,6 +9,7 @@ pipeline:
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
@ -18,5 +17,4 @@ pipeline:
event: push
matrix:
ALPINE_VERSION:
- 3.16.2
- 3.15.6
- 3.15.0