Skip to content

Commit

Permalink
Merge pull request #183 from tonistiigi/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/bake-action-5

Bump docker/bake-action from 4 to 5
  • Loading branch information
tonistiigi committed Jun 18, 2024
2 parents 6bccaba + d1eb5f9 commit 0bc43d0
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 0bc43d0

Please sign in to comment.