Compare commits
No commits in common. "4b19f4812632e677cab26cc224c89fc97975c1ff" and "60df28bb2e771b4cb921c889b019b25bdd1a939f" have entirely different histories.
4b19f48126
...
60df28bb2e
1 changed files with 16 additions and 28 deletions
|
@ -1,17 +1,17 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/postgresql
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${PG_VERSION}
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- PG_VERSION=${PG_VERSION}
|
||||
- PG_VERSION_APPENDED=${PG_VERSION_APPENDED}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||
registry: registry.nulo.in
|
||||
repo: registry.nulo.in/sutty/postgresql
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${PG_VERSION}
|
||||
- latest
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- PG_VERSION=${PG_VERSION}
|
||||
- PG_VERSION_APPENDED=${PG_VERSION_APPENDED}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||
username: sutty
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
|
@ -19,28 +19,16 @@ pipeline:
|
|||
event: push
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: 3.13.12
|
||||
- ALPINE_VERSION: 3.13.7
|
||||
PG_VERSION: 13
|
||||
- ALPINE_VERSION: 3.14.8
|
||||
- ALPINE_VERSION: 3.14.3
|
||||
PG_VERSION: 13
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
PG_VERSION: 12
|
||||
PG_VERSION_APPENDED: 12
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
PG_VERSION: 13
|
||||
PG_VERSION_APPENDED: 13
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
PG_VERSION: 14
|
||||
PG_VERSION_APPENDED: 14
|
||||
- ALPINE_VERSION: 3.16.2
|
||||
PG_VERSION: 10
|
||||
PG_VERSION_APPENDED: 10
|
||||
- ALPINE_VERSION: 3.16.2
|
||||
PG_VERSION: 12
|
||||
PG_VERSION_APPENDED: 12
|
||||
- ALPINE_VERSION: 3.16.2
|
||||
PG_VERSION: 13
|
||||
PG_VERSION_APPENDED: 13
|
||||
- ALPINE_VERSION: 3.16.2
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
PG_VERSION: 14
|
||||
PG_VERSION_APPENDED: 14
|
||||
|
|
Loading…
Reference in a new issue