Skip to content

Commit

Permalink
fix: update docker image in ci (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: usamoi <[email protected]>
  • Loading branch information
usamoi authored Dec 25, 2024
1 parent 3f72eb2 commit fd429f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
version: ["14", "15", "16", "17"]
arch: ["x86_64"]
env:
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.8"
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9"
SQLLOGICTEST: "0.22.0"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version: ["14", "15", "16", "17"]
arch: ["x86_64", "aarch64"]
env:
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.8"
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9"
SEMVER: ${{ needs.semver.outputs.SEMVER }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
arch: ["x86_64", "aarch64"]
env:
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.8"
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd429f3

Please sign in to comment.