Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 2 to 4 (#11)
Browse files Browse the repository at this point in the history
* chore(deps): bump docker/bake-action from 2 to 4

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 4.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* add provenance: false

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Rancoud <rancoud@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and rancoud authored Jan 27, 2024
1 parent 472a168 commit 19d2663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build artifacts
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
targets: artifact-all
provenance: false
-
name: Move artifacts
run: |
Expand All @@ -77,7 +78,7 @@ jobs:
if-no-files-found: error
-
name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v4
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 19d2663

Please sign in to comment.