Skip to content

Commit 6f9796e

Browse files
Merge pull request #31 from frvi/main
Fix broken link and a few 301s
2 parents 58d7160 + ac5d8f1 commit 6f9796e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ The following inputs can be used as `step.with` keys and match the inputs from [
9898

9999
| Name | Type | Description |
100100
| ------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
101-
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
101+
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/bake/reference/) |
102102
| `workdir` | String | Working directory of execution |
103103
| `targets` | List/CSV | List of bake targets (`default` target used if empty) |
104104
| `no-cache` | Bool | Do not use cache when building the image (default `false`) |
105105
| `pull` | Bool | Always attempt to pull a newer version of the image (default `false`) |
106106
| `load` | Bool | Load is a shorthand for `--set=*.output=type=docker` (default `false`) |
107-
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/attestations/provenance/) is a shorthand for `--set=*.attest=type=provenance` |
107+
| `provenance` | Bool/String | [Provenance](https://docs.docker.com/build/metadata/attestations/slsa-provenance/) is a shorthand for `--set=*.attest=type=provenance` |
108108
| `push` | Bool | Push is a shorthand for `--set=*.output=type=registry` (default `false`) |
109-
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
110-
| `sbom-dir` | String | Save all image [SBOM](https://docs.docker.com/build/attestations/sbom/) to this output directory |
109+
| `sbom` | Bool/String | [SBOM](https://docs.docker.com/build/metadata/attestations/sbom/) is a shorthand for `--set=*.attest=type=sbom` |
110+
| `sbom-dir` | String | Save all image [SBOM](https://docs.docker.com/build/metadata/attestations/sbom/) to this output directory |
111111
| `set` | List | List of [targets values to override](https://docs.docker.com/engine/reference/commandline/buildx_bake/#set) (eg: `targetpattern.key=value`) |
112112

113113
## Outputs

0 commit comments

Comments
 (0)