containers-redis/.woodpecker.yml

26 lines
510 B
YAML
Raw Normal View History

2021-10-03 23:19:00 +00:00
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
2022-03-07 14:43:14 +00:00
repo: registry.nulo.in/sutty/redis
2021-10-03 23:19:00 +00:00
tags:
2022-03-07 17:24:20 +00:00
- ${ALPINE_VERSION}-${MAX_MEMORY}
2021-10-03 23:19:00 +00:00
- latest
build_args:
2022-03-07 17:24:20 +00:00
- MAX_MEMORY=${MAX_MEMORY}
2021-10-03 23:19:00 +00:00
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
2022-03-07 17:24:20 +00:00
MAX_MEMORY:
- "100mb"
2021-10-03 23:19:00 +00:00
ALPINE_VERSION:
2022-05-02 18:28:36 +00:00
- 3.15.4
REDIS_VERSION:
- 6.2.7