Skip to content

Commit 9902e0b

Browse files
authored
Merge pull request #544 from jikan-me/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents c58fa1b + a6ec44d commit 9902e0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/container-image-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969

7070
- name: Build and push by digest
7171
id: build
72-
uses: docker/build-push-action@v5
72+
uses: docker/build-push-action@v6
73+
env:
74+
DOCKER_BUILD_NO_SUMMARY: true
7375
with:
7476
context: .
7577
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)