Skip to content

Commit

Permalink
Merge pull request #237 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
Futadaruma authored Nov 7, 2024
2 parents f5e3a41 + df87f20 commit 97ee40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Docker 内でビルドを行うことで、write perm つきでの任意コード実行を避ける
# workflow 自体の改竄はないが、悪意のあるソースコードが入った場合に secret が抽出される可能性があるためである
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 97ee40f

Please sign in to comment.