Skip to content

Commit

Permalink
Merge pull request #544 from jikan-me/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
pushrbx authored Jul 2, 2024
2 parents c58fa1b + a6ec44d commit 9902e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:

- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_NO_SUMMARY: true
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 9902e0b

Please sign in to comment.