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,16 +1,15 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/rspamd
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/redis
|
||||
registry: registry.nulo.in
|
||||
repo: registry.nulo.in/sutty/rspamd
|
||||
tags:
|
||||
- ${ALPINE_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/redis
|
||||
username: sutty
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
|
@ -18,7 +17,6 @@ pipeline:
|
|||
event: push
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- 3.17.0
|
||||
- 3.16.3
|
||||
- 3.15.6
|
||||
- 3.14.8
|
||||
- 3.13.7
|
||||
- 3.14.3
|
||||
- 3.15.0
|
||||
|
|
Loading…
Reference in a new issue