Skip to content

Commit

Permalink
Merge pull request #1099 from traPtitech/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5

Bump docker/build-push-action from 2 to 5
  • Loading branch information
kaitoyama authored Sep 29, 2023
2 parents 2585d36 + 0f65a61 commit 88d6fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: traPtitech
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: traPtitech
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 88d6fad

Please sign in to comment.