Skip to content

Commit

Permalink
Bump docker/bake-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...v5)

---
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 Jun 17, 2024
1 parent 6bccaba commit d1eb5f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
-
name: Test buildkit
if: matrix.target == 'buildkit'
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: buildkit-test
set: |
*.cache-from=type=gha,scope=${{ env.CACHE_GHA_SCOPE }}-${{ matrix.target }}
-
name: Load mainline for testing
if: matrix.target == 'mainline'
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: mainline
load: true
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Load for testing
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: ${{ matrix.target }}
load: true
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Build ${{ matrix.target }}
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
password: ${{ secrets.DOCKERIO_PASSWORD }}
-
name: Build image
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand All @@ -109,7 +109,7 @@ jobs:
QEMU_VERSION: ${{ steps.prep.outputs.ref }}
-
name: Build artifacts
uses: docker/bake-action@v4
uses: docker/bake-action@v5
if: github.event.inputs.target == 'mainline'
with:
files: |
Expand Down

0 comments on commit d1eb5f9

Please sign in to comment.