You've already forked fedora-bootc
All checks were successful
Build container image / Build and push image (push) Successful in 26m27s
Oops :D
33 lines
532 B
JSON
33 lines
532 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "reject"
|
|
}
|
|
],
|
|
"transports": {
|
|
"docker": {
|
|
"davejansen.dev": [
|
|
{
|
|
"type": "sigstoreSigned",
|
|
"keyPaths": ["/etc/pki/containers/davejansen.pub"],
|
|
"signedIdentity": {
|
|
"type": "matchRepository"
|
|
}
|
|
}
|
|
],
|
|
"": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
]
|
|
},
|
|
"docker-daemon": {
|
|
"": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|