Skip to content

Commit 7f75415

Browse files
authored
Merge pull request #1297 from tdiary/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 137b029 + 84c9ee7 commit 7f75415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build and push Docker image (AMD64)
6666
id: build-amd64
6767
if: matrix.arch == 'amd64'
68-
uses: docker/build-push-action@v6
68+
uses: docker/build-push-action@v7
6969
with:
7070
context: .
7171
file: ./Dockerfile
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build and push Docker image (ARM64)
7878
id: build-arm64
7979
if: matrix.arch == 'arm64'
80-
uses: docker/build-push-action@v6
80+
uses: docker/build-push-action@v7
8181
with:
8282
context: .
8383
file: ./Dockerfile

0 commit comments

Comments
 (0)