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:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
registry: registry.nulo.in
|
||||||
registry: registry.nulo.in
|
repo: registry.nulo.in/sutty/postgresql
|
||||||
username: sutty
|
tags:
|
||||||
repo: registry.nulo.in/sutty/postgresql
|
- ${ALPINE_VERSION}-${PG_VERSION}
|
||||||
tags:
|
- latest
|
||||||
- ${ALPINE_VERSION}-${PG_VERSION}
|
build_args:
|
||||||
build_args:
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- PG_VERSION=${PG_VERSION}
|
||||||
- PG_VERSION=${PG_VERSION}
|
- PG_VERSION_APPENDED=${PG_VERSION_APPENDED}
|
||||||
- PG_VERSION_APPENDED=${PG_VERSION_APPENDED}
|
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
username: sutty
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
@ -19,28 +19,16 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: 3.13.12
|
- ALPINE_VERSION: 3.13.7
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
- ALPINE_VERSION: 3.14.8
|
- ALPINE_VERSION: 3.14.3
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
- ALPINE_VERSION: 3.15.6
|
- ALPINE_VERSION: 3.15.0
|
||||||
PG_VERSION: 12
|
PG_VERSION: 12
|
||||||
PG_VERSION_APPENDED: 12
|
PG_VERSION_APPENDED: 12
|
||||||
- ALPINE_VERSION: 3.15.6
|
- ALPINE_VERSION: 3.15.0
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
PG_VERSION_APPENDED: 13
|
PG_VERSION_APPENDED: 13
|
||||||
- ALPINE_VERSION: 3.15.6
|
- ALPINE_VERSION: 3.15.0
|
||||||
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
|
|
||||||
PG_VERSION: 14
|
PG_VERSION: 14
|
||||||
PG_VERSION_APPENDED: 14
|
PG_VERSION_APPENDED: 14
|
||||||
|
|
Loading…
Reference in a new issue