diff --git a/_docs/pipelines/steps/build.md b/_docs/pipelines/steps/build.md
index 8f3edc00b..50b175845 100644
--- a/_docs/pipelines/steps/build.md
+++ b/_docs/pipelines/steps/build.md
@@ -115,6 +115,7 @@ step_name:
| `ssh` | Available when using [Buildkit](#buildkit-support) for ssh keys. See [more info](https://docs.docker.com/engine/reference/commandline/buildx_build/#ssh){:target="\_blank"}| Optional |
| `secrets` | Available when using [Buildkit](#buildkit-support) for secret mounting. See [more info](https://docs.docker.com/engine/reference/commandline/buildx_build/#secret){:target="\_blank"}| Optional |
| `platform` | The [target platform or platforms](https://docs.docker.com/build/building/multi-platform/){:target="\_blank"} to which to push the image. For example, `linux/amd64`. To target multiple platforms, separate them with commas, as in `linux/amd64,linux/arm64`.
NOTE: To use this property, you must enable `buildx`. | Optional |
+| `progress` | Set type of progress output. Available options: `auto` \| `quiet` \| `plain` \| `tty` \| `rawjson`. Defaults to `plain`. If specified, BuildKit will be enabled implicitly. | Optional |
| `buildx` |Build and push Docker images, including multi-platform images, with Buildx. Disabled by default. {::nomarkdown}
true. You do not have to add any other parameters.true, caching is disabled.qemu and builder.qemuimage: The image to use to install the QEMU static binaries. If not specified, uses the tonistiigi/binfmt Docker image, and installs the binaries from the tonistiigi/binfmt:latest Docker image. {:/} platforms: The binaries of platform emulators to install with the Docker image defined for image. The default value is all.builder: