Skip to content

Commit

Permalink
Change default provenance to true (#59)
Browse files Browse the repository at this point in the history
Docker build workflow default parameter provenance now set to `true`
  • Loading branch information
tcarmet authored Feb 12, 2024
1 parent 5a07685 commit b2318e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
provenance:
required: false
type: boolean
default: false
default: true
secrets:
REGISTRY_LOGIN:
required: false
Expand Down

0 comments on commit b2318e6

Please sign in to comment.