Compare commits
12 commits
23845f54a8
...
380c0db8fe
Author | SHA1 | Date | |
---|---|---|---|
|
380c0db8fe | ||
|
c4d0c8ac35 | ||
|
b0dadddbb0 | ||
|
c1e94bd27f | ||
|
0b354f4fea | ||
|
9c4de359fb | ||
|
c90ba65374 | ||
|
4ac1583bcb | ||
|
deaa49652f | ||
|
e565c1380a | ||
|
65304feb56 | ||
|
a299ab663f |
1 changed files with 14 additions and 12 deletions
|
@ -1,15 +1,16 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
registry: registry.nulo.in
|
settings:
|
||||||
repo: registry.nulo.in/sutty/rspamd
|
registry: registry.nulo.in
|
||||||
tags:
|
username: sutty
|
||||||
- ${ALPINE_VERSION}
|
repo: registry.nulo.in/sutty/rspamd
|
||||||
- latest
|
tags:
|
||||||
build_args:
|
- ${ALPINE_VERSION}
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- latest
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/redis
|
build_args:
|
||||||
username: sutty
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
|
- BASE_IMAGE=registry.nulo.in/sutty/redis
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
@ -17,6 +18,7 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.13.7
|
- 3.17.0
|
||||||
- 3.14.3
|
- 3.16.3
|
||||||
- 3.15.0
|
- 3.15.6
|
||||||
|
- 3.14.8
|
||||||
|
|
Loading…
Reference in a new issue