mirror of
https://github.com/docker/actions-toolkit.git
synced 2025-07-01 14:56:28 +00:00
68 lines
1.1 KiB
JSON
68 lines
1.1 KiB
JSON
{
|
|
"group": {
|
|
"default": {
|
|
"targets": [
|
|
"default"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"secret": [
|
|
{
|
|
"env": "GITHUB_TOKEN",
|
|
"id": "GITHUB_TOKEN"
|
|
},
|
|
{
|
|
"id": "aws",
|
|
"src": "__tests__/.fixtures/secret.txt"
|
|
},
|
|
{
|
|
"id": "GITHUB_REPOSITORY"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|