Skip to content

Commit

Permalink
Merge pull request #2045 from docker/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/bake-action-4

build(deps): bump docker/bake-action from 3 to 4
  • Loading branch information
crazy-max authored Sep 12, 2023
2 parents 7984023 + bc021c8 commit bdaaca4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
buildkitd-flags: --debug
-
name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: integration-test-base
set: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
buildkitd-flags: --debug
-
name: Build test image
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: integration-test
set: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push image
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
files: |
./docker-bake.hcl
Expand Down Expand Up @@ -297,6 +297,6 @@ jobs:
-
# Just run a bake target to check eveything runs fine
name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: binaries
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build docs
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
source: ${{ github.server_url }}/${{ github.repository }}.git#${{ github.event.release.name }}
targets: update-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: latest
-
name: Build reference YAML docs
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: update-docs
set: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: latest
-
name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: binaries
set: |
Expand Down

0 comments on commit bdaaca4

Please sign in to comment.