mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-11 05:37:12 +02:00
revert disable provenance by default if not set
This partially reverts 337a09d182
but
keeps the newly added tests.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -557,7 +557,7 @@ nproc=3`],
|
||||
[
|
||||
'build',
|
||||
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
||||
"--provenance", 'false',
|
||||
"--provenance", `mode=min,inline-only=true,builder-id=https://github.com/docker/build-push-action/actions/runs/123456789`,
|
||||
'--metadata-file', '/tmp/.docker-build-push-jest/metadata-file',
|
||||
'.'
|
||||
]
|
||||
|
Reference in New Issue
Block a user