Skip to content

Commit 33866ff

Browse files
authored
Merge pull request #106 from fly-apps/15.2-build-fix
Missing 15.2 build arg
2 parents 4cac855 + 0e236e8 commit 33866ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/build-push-action@v3
3838
with:
3939
build-args: |
40-
PG_VERSION=15.1
40+
PG_VERSION=15.2
4141
PG_MAJOR_VERSION=15
4242
VERSION=${{ steps.get-latest-tag.outputs.tag }}
4343
context: .
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/build-push-action@v3
5353
with:
5454
build-args: |
55-
PG_VERSION=15.1
55+
PG_VERSION=15.2
5656
PG_MAJOR_VERSION=15
5757
VERSION=${{ steps.get-latest-tag.outputs.tag }}
5858
context: .

0 commit comments

Comments
 (0)