containers-redis/.woodpecker.yml

32 lines
791 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:
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.19.1"
REDIS_VERSION: "7.2.4"
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.18.6"
REDIS_VERSION: "7.0.15"
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.17.7"
REDIS_VERSION: "7.0.15"