mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-23 20:11:15 +03:00
pg 17
This commit is contained in:
parent
6e7e5a9e9c
commit
1f5574e6ac
@ -116,6 +116,9 @@ jobs:
|
||||
- name: "Build and Deploy PostgreSQL 16 Image:"
|
||||
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
|
||||
|
1
Makefile
1
Makefile
@ -1069,6 +1069,7 @@ ecosystem-postgres-images:
|
||||
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/16 && pwd && make build && make deploy
|
||||
cd `pwd`/linux/ecosystem/postgres/17 && pwd && make build && make deploy
|
||||
|
||||
ecosystem-teamcity-agent-images:
|
||||
cd `pwd`/linux/ecosystem/teamcity/agent/latest/jdk8 && pwd && make build && make deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user