Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
This commit is contained in:
commit
54453d833c
1 changed files with 18 additions and 16 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/redis
|
repo: registry.nulo.in/sutty/redis
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}-${MAX_MEMORY}
|
- ${ALPINE_VERSION}-${MAX_MEMORY}
|
||||||
|
@ -10,16 +12,16 @@ pipeline:
|
||||||
- MAX_MEMORY=${MAX_MEMORY}
|
- MAX_MEMORY=${MAX_MEMORY}
|
||||||
- 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:
|
||||||
branch: antifascista
|
branch: antifascista
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
MAX_MEMORY:
|
include:
|
||||||
- "100mb"
|
- MAX_MEMORY: "100mb"
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION: "3.16.2"
|
||||||
- 3.15.4
|
REDIS_VERSION: "7.0.4"
|
||||||
REDIS_VERSION:
|
- MAX_MEMORY: "100mb"
|
||||||
- 6.2.7
|
ALPINE_VERSION: "3.15.6"
|
||||||
|
REDIS_VERSION: "6.2.7"
|
||||||
|
|
Loading…
Reference in a new issue