Skip to content

Commit

Permalink
Merge pull request #174 from crazy-max/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/bake-action-4

Bump docker/bake-action from 3 to 4
  • Loading branch information
crazy-max committed Apr 7, 2024
2 parents 7e0e62b + 7544363 commit 7549764
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
-
name: Build image
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: image-local
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
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/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
uses: actions/checkout@v4
-
name: Validate
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: ${{ matrix.target }}

0 comments on commit 7549764

Please sign in to comment.