Compare commits
11 commits
078526cde1
...
9f8c0eb4fd
Author | SHA1 | Date | |
---|---|---|---|
|
9f8c0eb4fd | ||
|
0b354f4fea | ||
|
9c4de359fb | ||
|
c90ba65374 | ||
|
4ac1583bcb | ||
|
f8b09f47b7 | ||
|
22482a4747 | ||
|
deaa49652f | ||
|
e565c1380a | ||
|
65304feb56 | ||
|
a299ab663f |
1 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,9 @@
|
||||||
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}
|
||||||
|
@ -9,7 +11,6 @@ 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:
|
||||||
|
@ -17,6 +18,5 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.13.7
|
- 3.16.2
|
||||||
- 3.14.3
|
- 3.15.6
|
||||||
- 3.15.0
|
|
||||||
|
|
Loading…
Reference in a new issue