Skip to content

Commit

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

chore(deps): Bump docker/bake-action from 4 to 5
  • Loading branch information
crazy-max authored Jun 29, 2024
2 parents f7b4ed1 + 24ce540 commit 7ba3606
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
type=sha
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./test/docker-bake.hcl
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./test/docker-bake.hcl
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
uses: ./
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
source: "{{defaultContext}}"
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: actions/checkout@v4
-
name: Validate
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: ${{ matrix.target }}

0 comments on commit 7ba3606

Please sign in to comment.