Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista

This commit is contained in:
f 2022-09-10 16:17:58 -03:00
commit 54453d833c

View file

@ -1,25 +1,27 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/redis registry: registry.nulo.in
tags: username: sutty
- ${ALPINE_VERSION}-${MAX_MEMORY} repo: registry.nulo.in/sutty/redis
- latest tags:
build_args: - ${ALPINE_VERSION}-${MAX_MEMORY}
- MAX_MEMORY=${MAX_MEMORY} - latest
- ALPINE_VERSION=${ALPINE_VERSION} build_args:
- BASE_IMAGE=registry.nulo.in/sutty/monit - MAX_MEMORY=${MAX_MEMORY}
username: sutty - ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
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"