Compare commits
No commits in common. "aa875435117e83574031f270031e6c8041330c83" and "53c901224d0ae5a29a41fc5fa3c94b835962dc9d" have entirely different histories.
aa87543511
...
53c901224d
1 changed files with 7 additions and 7 deletions
|
@ -13,26 +13,26 @@ steps:
|
|||
- "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}"
|
||||
- "PG_VERSION_FULL=${PG_VERSION_FULL}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
||||
password:
|
||||
from_secret: "DOCKER_PASSWORD"
|
||||
secrets:
|
||||
- "DOCKER_PASSWORD"
|
||||
when:
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.3"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "16"
|
||||
PG_VERSION_APPENDED: "16"
|
||||
PG_VERSION_FULL: "16.3"
|
||||
- ALPINE_VERSION: "3.20.3"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "15"
|
||||
PG_VERSION_APPENDED: "15"
|
||||
PG_VERSION_FULL: "15.7"
|
||||
- ALPINE_VERSION: "3.20.3"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "14"
|
||||
PG_VERSION_APPENDED: "14"
|
||||
PG_VERSION_FULL: "14.12"
|
||||
- ALPINE_VERSION: "3.19.4"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
PG_VERSION: "13"
|
||||
PG_VERSION_APPENDED: "13"
|
||||
PG_VERSION_FULL: "13.16"
|
||||
PG_VERSION_FULL: "13.15"
|
||||
|
|
Loading…
Reference in a new issue