Compare commits
No commits in common. "9f8c0eb4fd1807c716de3814a18b8d46cd10d81e" and "078526cde104d156ddb3f9bad3894c38b547f9d6" have entirely different histories.
9f8c0eb4fd
...
078526cde1
1 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,7 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/opendkim
|
||||
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,6 @@ pipeline:
|
|||
event: push
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- 3.16.2
|
||||
- 3.15.6
|
||||
- 3.13.7
|
||||
- 3.14.3
|
||||
- 3.15.0
|
||||
|
|
Loading…
Reference in a new issue