diff --git a/.github/workflows/build_images.yaml b/.github/workflows/build_images.yaml index d64d8f4..48b8448 100644 --- a/.github/workflows/build_images.yaml +++ b/.github/workflows/build_images.yaml @@ -179,7 +179,7 @@ jobs: --tag quay.io/tembo/tembo-pg-cnpg:pg${{ matrix.pg_version }}-${{ steps.sha.outputs.sha }} \ --pull ${PUSH_FLAG} ./tembo-pg-cnpg - build_and_push_pg_cnpg: + build_and_push_standard_cnpg: name: Build and push standard-cnpg runs-on: - self-hosted diff --git a/standard-cnpg/README.md b/standard-cnpg/README.md index 437d8aa..43a4b45 100644 --- a/standard-cnpg/README.md +++ b/standard-cnpg/README.md @@ -1,6 +1,6 @@ # Postgres Docker Image for Tembo's Standard Stack -Contains a Dockerfile with Postgres 15.3, with trunk, barman-cloud and all extension dependencies installed. +Contains a Dockerfile with trunk, barman-cloud, Postgres 14, 15 or 16 and all extension dependencies installed. ## Versioning