Skip to content

Commit

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

build(deps): bump docker/bake-action from 3 to 4
  • Loading branch information
crazy-max authored Nov 19, 2023
2 parents 3fb9abd + 694af58 commit 4e58836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
-
name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
files: |
./docker-bake.hcl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
image=${{ env.BUILDKIT_IMAGE }}
-
name: Build and push Syft Scanner image
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: image-local
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Run
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: ${{ matrix.target }}

0 comments on commit 4e58836

Please sign in to comment.