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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Following inputs can be used as `step.with` keys
89
89
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
90
90
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
91
91
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
92
-
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/provenance/) is a shorthand for `--set=*.attest=type=provenance` |
92
+
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
93
93
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
94
94
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
95
95
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (eg: `targetpattern.key=value`) |
0 commit comments