Update inline.md

This commit is contained in:
gkpln3 2023-04-19 11:44:01 +03:00 committed by GitHub
parent f08c1fe3d2
commit eacb51dc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ want to consider the [registry](./registry.md) cache.
```console
$ docker buildx build --push -t <registry>/<image> \
--cache-to type=inline \
--cache-from type=registry,ref=<registry>/image .
--cache-from type=registry,ref=<registry>/<image> .
```
No additional parameters are supported for the `inline` cache.