Skip to content

Commit

Permalink
Bump docker/bake-action from 5.11.0 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@3fc70e1...60f5d53)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent f8e0898 commit 0db3a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-pusblish-mcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
echo "TARGET_PLATFORMS=linux/amd64,linux/arm64,linux/arm" >> $GITHUB_ENV
- name: Build and push
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6.2.0
env:
PLATFORMS: ${{env.TARGET_PLATFORMS}}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
echo "TARGET_PLATFORMS=linux/amd64" >> $GITHUB_ENV
- name: Build and push
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6.2.0
env:
PLATFORMS: ${{env.TARGET_PLATFORMS}}
with:
Expand Down

0 comments on commit 0db3a01

Please sign in to comment.