chore(signing): Change cosign key path from /usr/etc/ to /etc/
Fixes #273
This commit is contained in:
parent
9a99c9bb07
commit
223fc08759
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ yq -i -o=j '.transports.docker |=
|
|||
{"'"$IMAGE_REGISTRY"'/'"$IMAGE_NAME"'": [
|
||||
{
|
||||
"type": "sigstoreSigned",
|
||||
"keyPath": "/usr/etc/pki/containers/'"$IMAGE_NAME_FILE"'.pub",
|
||||
"keyPath": "/etc/pki/containers/'"$IMAGE_NAME_FILE"'.pub",
|
||||
"signedIdentity": {
|
||||
"type": "matchRepository"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue