Skip to content

Commit 0d6e04f

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 31f6c51 commit 0d6e04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v3
3333

3434
- name: Push docker image release
35-
uses: docker/build-push-action@v6
35+
uses: docker/build-push-action@v7
3636
with:
3737
platforms: linux/amd64,linux/arm64
3838
push: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Push OCI image
6868
if: ${{ steps.release-plz.outputs.releases != '[]' }}
69-
uses: docker/build-push-action@v6
69+
uses: docker/build-push-action@v7
7070
with:
7171
platforms: linux/amd64,linux/arm64
7272
push: true

0 commit comments

Comments
 (0)