From fd72fa659eb9349807bdf9bd9ace4efe824d245b Mon Sep 17 00:00:00 2001 From: AzureleMoon <62159058+AzureLeMoon@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:44:37 +0330 Subject: [PATCH] Update local.md fixing --cache-from typo --- content/manuals/build/cache/backends/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/cache/backends/local.md b/content/manuals/build/cache/backends/local.md index 248c6d764c..5d033bf275 100644 --- a/content/manuals/build/cache/backends/local.md +++ b/content/manuals/build/cache/backends/local.md @@ -81,7 +81,7 @@ and kept indefinitely. Therefore, the size of the local cache will continue to grow (see [`moby/buildkit#1896`](https://github.com/moby/buildkit/issues/1896) for more information). -When importing cache using `--cache-to`, you can specify the `digest` parameter +When importing cache using `--cache-from`, you can specify the `digest` parameter to force loading an older version of the cache, for example: ```console