mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 19:56:09 +08:00
30 lines
470 B
JSON
30 lines
470 B
JSON
|
{
|
||
|
"group": {
|
||
|
"default": {
|
||
|
"targets": [
|
||
|
"image"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"target": {
|
||
|
"image": {
|
||
|
"context": ".",
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"args": {
|
||
|
"BUILDKIT_CONTEXT_KEEP_GIT_DIR": "1",
|
||
|
"GO_VERSION": "1.20"
|
||
|
},
|
||
|
"tags": [
|
||
|
"docker/buildx-bin:local"
|
||
|
],
|
||
|
"target": "binaries",
|
||
|
"platforms": [
|
||
|
"linux/amd64"
|
||
|
],
|
||
|
"output": [
|
||
|
"type=docker"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|