Skip to content

Commit b2318e6

Browse files
authored
Change default provenance to true (#59)
Docker build workflow default parameter provenance now set to `true`
1 parent 5a07685 commit b2318e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
provenance:
5252
required: false
5353
type: boolean
54-
default: false
54+
default: true
5555
secrets:
5656
REGISTRY_LOGIN:
5757
required: false

0 commit comments

Comments
 (0)