containers-postgresql/.woodpecker.yml

23 lines
429 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-09 16:26:56 +00:00
repo: registry.nulo.in/sutty/postgresql
2021-10-03 23:19:00 +00:00
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- 3.13.6
- 3.14.2