Compare commits

..

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

View file

@ -1,16 +1,15 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
settings: registry: registry.nulo.in
registry: registry.nulo.in repo: registry.nulo.in/sutty/borg
username: sutty tags:
repo: registry.nulo.in/sutty/borg - ${ALPINE_VERSION}
tags: - latest
- ${ALPINE_VERSION} build_args:
- latest - ALPINE_VERSION=${ALPINE_VERSION}
build_args: - BASE_IMAGE=registry.nulo.in/sutty/monit
- ALPINE_VERSION=${ALPINE_VERSION} username: sutty
- BASE_IMAGE=registry.nulo.in/sutty/monit
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