Allow passing multi-line files
Signed-off-by: Yuanhao Ji <jiyuanhao@apache.org>
This commit is contained in:
14
test/multi-files/docker-bake.json
Normal file
14
test/multi-files/docker-bake.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"t3": [
|
||||
{
|
||||
"version": "v1",
|
||||
"arg": "v1-value",
|
||||
"tag": "v1-tag"
|
||||
},
|
||||
{
|
||||
"version": "v2",
|
||||
"arg": "v2-value",
|
||||
"tag": "v2-tag"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user