Skip to content

Commit

Permalink
Merge pull request #746 from traPtitech/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5
  • Loading branch information
dependabot[bot] authored May 10, 2024
2 parents 5e0a2ce + 106550f commit ea943c6
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@v2
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v2
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64
Expand Down

0 comments on commit ea943c6

Please sign in to comment.