diff --git a/build/bake/file-definition.md b/build/bake/file-definition.md index 75d4b09b6e..45ec925a48 100644 --- a/build/bake/file-definition.md +++ b/build/bake/file-definition.md @@ -328,7 +328,9 @@ $ docker buildx bake "https://github.com/docker/cli.git#v20.10.11" --print { "group": { "default": { - "targets": ["binary"] + "targets": [ + "binary" + ] } }, "target": { @@ -341,8 +343,12 @@ $ docker buildx bake "https://github.com/docker/cli.git#v20.10.11" --print "VERSION": "" }, "target": "binary", - "platforms": ["local"], - "output": ["build"] + "platforms": [ + "local" + ], + "output": [ + "build" + ] } } }