From eaba4fa9e68b94df0f372a0ed38b72d84fb53181 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Tue, 6 Jun 2023 21:43:41 +0200 Subject: [PATCH] Update docs with result from `make docs` command. Signed-off-by: Ben Peachey --- docs/reference/buildx_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index 0e10db70..e3dd0c05 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -38,7 +38,7 @@ Start a build | [`--platform`](#platform) | `stringArray` | | Set target platform for build | | `--print` | `string` | | Print result of information request (e.g., outline, targets) [experimental] | | [`--progress`](#progress) | `string` | `auto` | Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output | -| [`--provenance`](#provenance) | `string` | | Shorthand for `--attest=type=provenance` | +| [`--provenance`](#provenance) | `string` | | Shorthand for `--attest=type=provenance` | | `--pull` | | | Always attempt to pull all referenced images | | [`--push`](#push) | | | Shorthand for `--output=type=registry` | | `-q`, `--quiet` | | | Suppress the build output and print image ID on success |