We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2c926 commit a0eb5c0Copy full SHA for a0eb5c0
.github/workflows/build-postgres.yaml
@@ -6,7 +6,7 @@ on:
6
tag:
7
description: "postgres tag to build in the format REL_<MAJOR>_<MINOR>"
8
required: true
9
- default: REL_18_BETA1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
+ default: REL_17_5 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
10
workflow_call:
11
inputs:
12
.github/workflows/on-push.yaml
@@ -8,4 +8,4 @@ jobs:
call-build:
uses: ./.github/workflows/build-postgres.yaml
with:
- tag: REL_18_BETA1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
+ tag: REL_17_5 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
0 commit comments