49 lines
829 B
JSON
49 lines
829 B
JSON
{
|
|
"target": {
|
|
"default": {
|
|
"context": ".",
|
|
"dockerfile": "Dockerfile",
|
|
"attest": [
|
|
{
|
|
"mode": "max",
|
|
"type": "provenance"
|
|
},
|
|
{
|
|
"disabled": "true",
|
|
"type": "sbom"
|
|
}
|
|
],
|
|
"cache-from": [
|
|
{
|
|
"scope": "build",
|
|
"type": "gha"
|
|
},
|
|
{
|
|
"ref": "user/repo:cache",
|
|
"type": "registry"
|
|
}
|
|
],
|
|
"cache-to": [
|
|
{
|
|
"mode": "max",
|
|
"scope": "build",
|
|
"type": "gha"
|
|
},
|
|
{
|
|
"type": "inline"
|
|
}
|
|
],
|
|
"output": [
|
|
{
|
|
"dest": "./release-out",
|
|
"type": "local"
|
|
},
|
|
{
|
|
"ref": "user/app",
|
|
"type": "registry"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|