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,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/opendkim
|
||||||
username: sutty
|
tags:
|
||||||
repo: registry.nulo.in/sutty/opendkim
|
- ${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,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
|
||||||
|
|
Loading…
Reference in a new issue