Skip to content

Commit

Permalink
build(deps): bump docker/bake-action from 5 to 6 in the ci group
Browse files Browse the repository at this point in the history
Bumps the ci group with 1 update: [docker/bake-action](https://github.com/docker/bake-action).


Updates `docker/bake-action` from 5 to 6
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and WanzenBug committed Jan 14, 2025
1 parent aeb77a3 commit 30a98ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{ secrets.QUAYIO_USERNAME }}
password: ${{ secrets.QUAYIO_PASSWORD }}
- name: Build and push
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
workdir: dockerfiles
Expand Down

0 comments on commit 30a98ec

Please sign in to comment.