containers-ruby/.woodpecker.yml

26 lines
506 B
YAML
Raw Normal View History

2021-10-03 23:19:00 +00:00
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
2021-10-04 16:27:59 +00:00
repo: registry.nulo.in/sutty/monit
2021-10-03 23:19:00 +00:00
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
2021-10-04 16:24:49 +00:00
- BASE_IMAGE=alpine
2021-10-03 23:19:00 +00:00
username: sutty
secrets:
2022-03-07 22:59:50 +00:00
- docker_password
2022-02-15 18:05:26 +00:00
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
docker:
purge: false
2021-10-03 23:19:00 +00:00
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
2022-03-19 17:46:16 +00:00
- 3.15.1
- 3.14.4
- 3.13.8