Skip to content

Commit 4c1169b

Browse files
authored
Merge pull request #130 from darthmaim/patch-1
Fix link in README
2 parents 0aa139c + 90417c5 commit 4c1169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Following inputs can be used as `step.with` keys
8989
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
9090
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
9191
| `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` |
9393
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
9494
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
9595
| `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

Comments
 (0)