Skip to content

Commit fd72fa6

Browse files
authored
Update local.md
fixing --cache-from typo
1 parent 4e1eb29 commit fd72fa6

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/build/cache/backends

1 file changed

+1
-1
lines changed

content/manuals/build/cache/backends/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and kept indefinitely. Therefore, the size of the local cache will continue to
8181
grow (see [`moby/buildkit#1896`](https://github.com/moby/buildkit/issues/1896)
8282
for more information).
8383

84-
When importing cache using `--cache-to`, you can specify the `digest` parameter
84+
When importing cache using `--cache-from`, you can specify the `digest` parameter
8585
to force loading an older version of the cache, for example:
8686

8787
```console

0 commit comments

Comments
 (0)