diff --git a/.github/workflows/build-postgres.yaml b/.github/workflows/build-postgres.yaml index 248c9d8..80efc2b 100644 --- a/.github/workflows/build-postgres.yaml +++ b/.github/workflows/build-postgres.yaml @@ -6,7 +6,7 @@ on: tag: description: "postgres tag to build in the format REL__" required: true - default: REL8_2_23 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically + default: REL8_3_23 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically workflow_call: inputs: tag: diff --git a/.github/workflows/on-push.yaml b/.github/workflows/on-push.yaml index 7306b2c..fdea8af 100644 --- a/.github/workflows/on-push.yaml +++ b/.github/workflows/on-push.yaml @@ -8,4 +8,4 @@ jobs: call-build: uses: ./.github/workflows/build-postgres.yaml with: - tag: REL8_2_23 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically + tag: REL8_3_23 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically