Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
This commit is contained in:
commit
1c8763b81c
1 changed files with 16 additions and 16 deletions
|
@ -1,17 +1,17 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: registry.nulo.in
|
||||||
|
username: sutty
|
||||||
repo: registry.nulo.in/sutty/postgresql
|
repo: registry.nulo.in/sutty/postgresql
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}-${PG_VERSION}
|
- ${ALPINE_VERSION}-${PG_VERSION}
|
||||||
- latest
|
|
||||||
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,16 +19,16 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: 3.13.7
|
- ALPINE_VERSION: 3.13.12
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
- ALPINE_VERSION: 3.14.3
|
- ALPINE_VERSION: 3.14.8
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
- ALPINE_VERSION: 3.15.0
|
- ALPINE_VERSION: 3.15.6
|
||||||
PG_VERSION: 12
|
PG_VERSION: 12
|
||||||
PG_VERSION_APPENDED: 12
|
PG_VERSION_APPENDED: 12
|
||||||
- ALPINE_VERSION: 3.15.0
|
- ALPINE_VERSION: 3.15.6
|
||||||
PG_VERSION: 13
|
PG_VERSION: 13
|
||||||
PG_VERSION_APPENDED: 13
|
PG_VERSION_APPENDED: 13
|
||||||
- ALPINE_VERSION: 3.15.0
|
- ALPINE_VERSION: 3.15.6
|
||||||
PG_VERSION: 14
|
PG_VERSION: 14
|
||||||
PG_VERSION_APPENDED: 14
|
PG_VERSION_APPENDED: 14
|
||||||
|
|
Loading…
Reference in a new issue