containers-postgresql/.woodpecker.yml

25 lines
567 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}-${PG_VERSION}
2021-10-03 23:19:00 +00:00
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- PG_VERSION=${PG_VERSION}
- PG_VERSION_APPENDED=${PG_VERSION_APPENDED}
2021-10-03 23:19:00 +00:00
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
include:
- ALPINE_VERSION: 3.15.0
2022-03-07 18:22:15 +00:00
PG_VERSION: 12
PG_VERSION_APPENDED: 12