Skip to content

Commit

Permalink
Merge pull request #781 from traPtitech/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
2 parents 46a0881 + 0e0d6a0 commit ef91d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64
Expand Down

0 comments on commit ef91d11

Please sign in to comment.