diff --git a/.github/workflows/epicmorg.base.images.postgresql.yml b/.github/workflows/epicmorg.base.images.postgresql.yml index 10d7bbe66..ab48d124b 100644 --- a/.github/workflows/epicmorg.base.images.postgresql.yml +++ b/.github/workflows/epicmorg.base.images.postgresql.yml @@ -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 diff --git a/Makefile b/Makefile index 92cdf683c..87c0a137a 100644 --- a/Makefile +++ b/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