diff --git a/docs/bake-reference.md b/docs/bake-reference.md index 75d4b09b..45ec925a 100644 --- a/docs/bake-reference.md +++ b/docs/bake-reference.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" + ] } } }