Skip to content

Commit 9b0cd9b

Browse files
Bump docker/build-push-action from 6 to 7 (#402)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b551df0 commit 9b0cd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build and push
7474
id: docker_build
7575
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') }}
76-
uses: docker/build-push-action@v6
76+
uses: docker/build-push-action@v7
7777
with:
7878
context: .
7979
platforms: linux/amd64,linux/arm64
@@ -83,7 +83,7 @@ jobs:
8383
- name: Verify build
8484
id: docker_verify_build
8585
if: ${{ github.event_name != 'workflow_dispatch' && !startsWith(github.ref, 'refs/tags/v') }}
86-
uses: docker/build-push-action@v6
86+
uses: docker/build-push-action@v7
8787
with:
8888
context: .
8989
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)