Compare commits

..

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

View file

@ -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/opendkim repo: registry.nulo.in/sutty/opendkim
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,6 @@ pipeline:
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.16.2 - 3.13.7
- 3.15.6 - 3.14.3
- 3.15.0