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,25 +1,27 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
registry: registry.nulo.in
|
||||
repo: registry.nulo.in/sutty/redis
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${MAX_MEMORY}
|
||||
- latest
|
||||
build_args:
|
||||
- MAX_MEMORY=${MAX_MEMORY}
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||
username: sutty
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/redis
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${MAX_MEMORY}
|
||||
- latest
|
||||
build_args:
|
||||
- MAX_MEMORY=${MAX_MEMORY}
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
branch: antifascista
|
||||
event: push
|
||||
matrix:
|
||||
MAX_MEMORY:
|
||||
- "100mb"
|
||||
ALPINE_VERSION:
|
||||
- 3.15.4
|
||||
REDIS_VERSION:
|
||||
- 6.2.7
|
||||
include:
|
||||
- MAX_MEMORY: "100mb"
|
||||
ALPINE_VERSION: "3.16.2"
|
||||
REDIS_VERSION: "7.0.4"
|
||||
- MAX_MEMORY: "100mb"
|
||||
ALPINE_VERSION: "3.15.6"
|
||||
REDIS_VERSION: "6.2.7"
|
||||
|
|
Loading…
Reference in a new issue