Skip to content

Commit

Permalink
Merge pull request #324 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-deps-bf940bc907

Bump docker/build-push-action from 5 to 6 in the actions-deps group
  • Loading branch information
Pugma authored Jul 2, 2024
2 parents 6d0edd6 + 50f36c7 commit 0d0325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: ./src/lib/apis/generated

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: apis
path: ./src/lib/apis/generated
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 0d0325b

Please sign in to comment.