Skip to content

Commit d537c4c

Browse files
authored
Update build.yml
pg version 16 -> 17
1 parent faf0075 commit d537c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
REGISTRY: ghcr.io
1313
IMAGE_NAME: ${{ github.repository }}
14-
PG_MAJOR_VERSION: 16
14+
PG_MAJOR_VERSION: 17
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
REGISTRY_READ_HQ: ${{ secrets.REGISTRY_READ_HQ }}
1717
runs-on: ubuntu-latest
@@ -42,4 +42,4 @@ jobs:
4242
labels: ${{ steps.meta.outputs.labels }}
4343
build-args: |
4444
BITNAMI_NAME=${{ env.BITNAMI_NAME }}
45-
PGVECTOR_NAME=${{ env.PGVECTOR_NAME }}
45+
PGVECTOR_NAME=${{ env.PGVECTOR_NAME }}

0 commit comments

Comments
 (0)