Skip to content

Commit

Permalink
Merge pull request #71 from crazy-max/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/bake-action-5

Bump docker/bake-action from 4 to 5
  • Loading branch information
crazy-max committed Jun 23, 2024
2 parents df44042 + 94524dc commit 15e508d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Validate
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: ${{ matrix.target }}

Expand All @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Test
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: artifact
provenance: mode=max
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: release
provenance: false
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test-alpine
env:
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test-debian
env:
Expand Down

0 comments on commit 15e508d

Please sign in to comment.