You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`--list`](#list)|`string`|| List targets or variables |
25
-
|`--load`|`bool`|| Shorthand for `--set=*.output=type=docker`|
25
+
|[`--load`](#load)|`bool`|| Shorthand for `--set=*.output=type=docker`. Conditional.|
26
26
|[`--metadata-file`](#metadata-file)|`string`|| Write build result metadata to a file |
27
27
|[`--no-cache`](#no-cache)|`bool`|| Do not use cache when building the image |
28
28
|[`--print`](#print)|`bool`|| Print the options without building |
29
29
|[`--progress`](#progress)|`string`|`auto`| Set type of progress output (`auto`, `quiet`, `plain`, `tty`, `rawjson`). Use plain to show container output |
30
30
|[`--provenance`](#provenance)|`string`|| Shorthand for `--set=*.attest=type=provenance`|
31
31
|[`--pull`](#pull)|`bool`|| Always attempt to pull all referenced images |
32
-
|`--push`|`bool`|| Shorthand for `--set=*.output=type=registry`|
32
+
|[`--push`](#push)|`bool`|| Shorthand for `--set=*.output=type=registry`. Conditional.|
33
33
|[`--sbom`](#sbom)|`string`|| Shorthand for `--set=*.attest=type=sbom`|
34
34
|[`--set`](#set)|`stringArray`|| Override target value (e.g., `targetpattern.key=value`) |
35
35
@@ -220,6 +220,47 @@ format. Alternatively, you can use a long-form CSV syntax and specify a
0 commit comments