Compare commits

..

No commits in common. "9f8c0eb4fd1807c716de3814a18b8d46cd10d81e" and "078526cde104d156ddb3f9bad3894c38b547f9d6" have entirely different histories.

View file

@ -1,16 +1,15 @@
pipeline:
publish:
image: plugins/docker
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/opendkim
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
registry: registry.nulo.in
repo: registry.nulo.in/sutty/opendkim
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
@ -18,5 +17,6 @@ pipeline:
event: push
matrix:
ALPINE_VERSION:
- 3.16.2
- 3.15.6
- 3.13.7
- 3.14.3
- 3.15.0