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:
|
||||
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,16 @@ 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
|
||||
|
|
Loading…
Reference in a new issue