mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 18:06:46 +00:00
disable provenance by default if not set
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
37abcedcc1
commit
337a09d182
3 changed files with 45 additions and 34 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -606,11 +606,6 @@ jobs:
|
|||
if: matrix.target == 'binary'
|
||||
run: |
|
||||
tree /tmp/buildx-build
|
||||
-
|
||||
name: Print provenance
|
||||
if: matrix.target == 'binary'
|
||||
run: |
|
||||
cat /tmp/buildx-build/provenance.json | jq
|
||||
-
|
||||
name: Print SBOM
|
||||
if: matrix.target == 'binary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue