We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d08020 + dd983c5 commit f22f986Copy full SHA for f22f986
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
64
-
65
name: Build
66
- uses: docker/bake-action@v4
+ uses: docker/bake-action@v5
67
with:
68
files: |
69
./docker-bake.hcl
.github/workflows/e2e.yml
@@ -69,7 +69,7 @@ jobs:
image=${{ env.BUILDKIT_IMAGE }}
70
71
name: Build and push Syft Scanner image
72
73
74
targets: image-local
75
push: true
.github/workflows/validate.yml
@@ -29,6 +29,6 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
name: Run
32
33
34
targets: ${{ matrix.target }}
0 commit comments