Skip to content

Commit 1b90296

Browse files
renovate[bot]muhlba91
authored andcommitted
chore(deps): update docker/build-push-action action to v6
1 parent 05cbc07 commit 1b90296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "pgvecto=${PGVECTO_FROM_TAG}" >> "$GITHUB_OUTPUT"
6666
6767
- name: Build and Push Image
68-
uses: docker/build-push-action@v5
68+
uses: docker/build-push-action@v6
6969
with:
7070
context: .
7171
platforms: linux/amd64,linux/arm64

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "pgvecto=${PGVECTO_FROM_TAG}" >> "$GITHUB_OUTPUT"
6565
6666
- name: Build Image
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
context: .
7070
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)