containers-redis/.woodpecker.yml
f 9726b60023
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline is pending
ci/woodpecker/push/woodpecker/3 Pipeline is pending
ci/woodpecker/push/woodpecker/4 Pipeline is pending
ci/woodpecker/push/woodpecker/1 Pipeline failed
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
2024-09-14 17:28:29 -03:00

34 lines
872 B
YAML

steps:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/redis"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "MAX_MEMORY=${MAX_MEMORY}"
- "REDIS_VERSION=${REDIS_VERSION}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
secrets:
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.20.3"
MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.5"
- ALPINE_VERSION: "3.19.4"
MAX_MEMORY: "500mb"
REDIS_VERSION: "7.2.4"
- ALPINE_VERSION: "3.18.9"
MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15"
- ALPINE_VERSION: "3.17.10"
MAX_MEMORY: "500mb"
REDIS_VERSION: "7.0.15"