Skip to content

Commit

Permalink
Merge pull request #48 from coreruleset/renovate/major-6-all-major
Browse files Browse the repository at this point in the history
chore(deps): update docker/bake-action action to v6 in .github/workflows/release.yml
  • Loading branch information
theseion authored Jan 13, 2025
2 parents 7066924 + e25055b commit feaccc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
id: build-and-push
env:
GIT_TAG: ${{ github.ref_name }}
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6.0.0
with:
source: .
files: |
./docker-bake.hcl
targets: default
Expand Down

0 comments on commit feaccc1

Please sign in to comment.