Compare commits
No commits in common. "380c0db8fe8d2b029c0b799d5853ed56c01db212" and "23845f54a8fbc89b2765f7dd9cef6a7964d57c3c" have entirely different histories.
380c0db8fe
...
23845f54a8
1 changed files with 12 additions and 14 deletions
|
@ -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/rspamd
|
repo: registry.nulo.in/sutty/rspamd
|
||||||
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/redis
|
- BASE_IMAGE=registry.nulo.in/sutty/redis
|
||||||
|
username: sutty
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
@ -18,7 +17,6 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.17.0
|
- 3.13.7
|
||||||
- 3.16.3
|
- 3.14.3
|
||||||
- 3.15.6
|
- 3.15.0
|
||||||
- 3.14.8
|
|
||||||
|
|
Loading…
Reference in a new issue