Skip to content

Commit

Permalink
Merge pull request #1342 from crazy-max/bake-v6
Browse files Browse the repository at this point in the history
ci: update bake-action to v6
  • Loading branch information
crazy-max authored Jan 19, 2025
2 parents ce214c3 + df45fc6 commit 89f97f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Validate
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
targets: ${{ matrix.target }}

test:
Expand All @@ -73,8 +74,9 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Test
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
targets: test
pull: true
-
Expand Down Expand Up @@ -112,8 +114,9 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
targets: artifact
provenance: mode=max
sbom: true
Expand Down Expand Up @@ -166,8 +169,9 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
targets: release
provenance: false
-
Expand Down Expand Up @@ -233,8 +237,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build docs
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
provenance: false
targets: docs
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
source: .
targets: image-local
pull: true
-
name: Start container
run: |
Expand Down

0 comments on commit 89f97f3

Please sign in to comment.