Merge pull request #21988 from AzureLeMoon/patch-1

typo in local cache storage backend
This commit is contained in:
Usha Mandya 2025-02-10 13:45:16 +00:00 committed by GitHub
commit b17b92791d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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