Skip to content

Commit 71e34e3

Browse files
AdminCIAdminCI
AdminCI
authored and
AdminCI
committed
change default postgres version to build to REL_17_0
1 parent 2869c49 commit 71e34e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: "postgres tag to build in the format REL_<MAJOR>_<MINOR>"
88
required: true
9-
default: REL_17_RC1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
9+
default: REL_17_0 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
1010
workflow_call:
1111
inputs:
1212
tag:

.github/workflows/on-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
call-build:
99
uses: ./.github/workflows/build-postgres.yaml
1010
with:
11-
tag: REL_17_RC1 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
11+
tag: REL_17_0 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically

0 commit comments

Comments
 (0)