diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index b457f950..35457722 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -33,6 +33,7 @@ Start a build | [`--progress string`](#progress) | Set type of progress output (auto, plain, tty). Use plain to show container output | | `--pull` | Always attempt to pull a newer version of the image | | [`--push`](#push) | Shorthand for --output=type=registry | +| `-q`, `--quiet` | Suppress the build output and print image ID on success | | `--secret stringArray` | Secret file to expose to the build: id=mysecret,src=/local/secret | | `--ssh stringArray` | SSH agent socket or keys to expose to the build (format: default|[=|[,]]) | | [`-t`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t), [`--tag stringArray`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t) | Name and optionally a tag in the 'name:tag' format |