This commit is contained in:
STAM 2024-12-01 21:24:36 +03:00
parent 6e7e5a9e9c
commit 1f5574e6ac
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
2 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,9 @@ jobs:
- name: "Build and Deploy PostgreSQL 16 Image:" - name: "Build and Deploy PostgreSQL 16 Image:"
run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
- name: "Build and Deploy PostgreSQL 17 Image:"
run: cd linux/ecosystem/postgres/17 && pwd && make build && make deploy
################################################################################## ##################################################################################
- name: Cleanup - name: Cleanup

View File

@ -1069,6 +1069,7 @@ ecosystem-postgres-images:
cd `pwd`/linux/ecosystem/postgres/14 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/postgres/14 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/15 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/postgres/15 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/16 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/postgres/16 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/postgres/17 && pwd && make build && make deploy
ecosystem-teamcity-agent-images: ecosystem-teamcity-agent-images:
cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk8 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk8 && pwd && make build && make deploy