mirror of
https://github.com/docker/actions-toolkit.git
synced 2025-07-01 14:56:28 +00:00
20 lines
307 B
JSON
20 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"
|
|
}
|
|
}
|
|
}
|