Files
actions-toolkit/__tests__/fixtures/bake-02-build.json
2023-03-26 19:26:59 +02:00

21 lines
307 B
JSON

{
"group": {
"default": {
"targets": [
"build"
]
}
},
"target": {
"build": {
"context": ".",
"dockerfile": "Dockerfile",
"args": {
"BUILDKIT_CONTEXT_KEEP_GIT_DIR": "1",
"GO_VERSION": "1.20"
},
"target": "build"
}
}
}