Compare commits
12 commits
60df28bb2e
...
4b19f48126
Author | SHA1 | Date | |
---|---|---|---|
|
4b19f48126 | ||
|
2bc47841ff | ||
|
1c8763b81c | ||
|
0b354f4fea | ||
|
9c4de359fb | ||
|
c90ba65374 | ||
|
4ac1583bcb | ||
|
deaa49652f | ||
|
e565c1380a | ||
|
65304feb56 | ||
|
a299ab663f | ||
|
9a9ee411da |
1 changed files with 28 additions and 16 deletions
|
@ -1,17 +1,17 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
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
|
||||
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
|
||||
secrets:
|
||||
- docker_password
|
||||
when:
|
||||
|
@ -19,16 +19,28 @@ pipeline:
|
|||
event: push
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: 3.13.7
|
||||
- ALPINE_VERSION: 3.13.12
|
||||
PG_VERSION: 13
|
||||
- ALPINE_VERSION: 3.14.3
|
||||
- ALPINE_VERSION: 3.14.8
|
||||
PG_VERSION: 13
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
PG_VERSION: 12
|
||||
PG_VERSION_APPENDED: 12
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
PG_VERSION: 13
|
||||
PG_VERSION_APPENDED: 13
|
||||
- ALPINE_VERSION: 3.15.0
|
||||
- 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
|
||||
PG_VERSION: 14
|
||||
PG_VERSION_APPENDED: 14
|
||||
|
|
Loading…
Reference in a new issue