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 05cbc07 commit 1b90296Copy full SHA for 1b90296
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "pgvecto=${PGVECTO_FROM_TAG}" >> "$GITHUB_OUTPUT"
66
67
- name: Build and Push Image
68
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
69
with:
70
context: .
71
platforms: linux/amd64,linux/arm64
.github/workflows/verify.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Build Image
0 commit comments