From e5ccb6461745aebb59ef058996c775bc9fd779bf Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Tue, 10 Jan 2023 14:41:28 +0100 Subject: [PATCH] fix: changed attest type from Map to List Signed-off-by: CrazyMax --- docs/bake-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bake-reference.md b/docs/bake-reference.md index 59b33269..75d4b09b 100644 --- a/docs/bake-reference.md +++ b/docs/bake-reference.md @@ -50,7 +50,7 @@ Complete list of valid target fields available for [HCL](#hcl-definition) and | Name | Type | Description | | ------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `args` | Map | Set build-time variables (same as [`--build-arg` flag](../../engine/reference/commandline/buildx_build.md)) | -| `attest` | Map | Define attestations that should be applied to the image, see [SBOM attestations](../attestations/sbom.md) and [Provenance attestations](../attestations/slsa-provenance.md) | +| `attest` | List | Define attestations that should be applied to the image, see [SBOM attestations](../attestations/sbom.md) and [Provenance attestations](../attestations/slsa-provenance.md) | | `cache-from` | List | External cache sources (same as [`--cache-from` flag](../../engine/reference/commandline/buildx_build.md)) | | `cache-to` | List | Cache export destinations (same as [`--cache-to` flag](../../engine/reference/commandline/buildx_build.md)) | | `context` | String | Set of files located in the specified path or URL |