From a797a7b57dbbbf22f483f420b911fe3390e9ac7d Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Thu, 10 Mar 2022 12:06:18 +0100 Subject: [PATCH] Update when compose implementations should report an error with secrets build property Co-authored-by: Nicolas De loof Signed-off-by: Guillaume Lours --- build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.md b/build.md index 8898d81c..6524920c 100644 --- a/build.md +++ b/build.md @@ -305,7 +305,7 @@ build: `secrets` grants access to sensitive data defined by [secrets](secrets) on a per-service build basis. Two different syntax variants are supported: the short syntax and the long syntax. -Compose implementations MUST report an error if the secret doesn't exist on the platform or isn't defined in the +Compose implementations MUST report an error if the secret isn't defined in the [`secrets`](#secrets-top-level-element) section of this Compose file. #### Short syntax