From efd1581c0176e1a87e9e0a031744300a200118b7 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Mon, 17 Oct 2022 17:06:41 +0100 Subject: [PATCH] docs: fix typo in cache docs We should keep consistency with the rest of the list, and call it "inline" instead of "inline-cache". Signed-off-by: Justin Chadwell --- docs/guides/cache/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/cache/index.md b/docs/guides/cache/index.md index 09f7b67f..c1146446 100644 --- a/docs/guides/cache/index.md +++ b/docs/guides/cache/index.md @@ -20,7 +20,7 @@ important to keep the runtime of image builds as low as possible. Buildx supports the following cache storage backends: -- `inline-cache`: embeds the build cache into the image. +- `inline`: embeds the build cache into the image. The inline cache gets pushed to the same location as the main output result. Note that this only works for the `image` exporter.