mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-22 11:18:04 +08:00
docs: clarify support for various sets of shared options
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
2
docs/manuals/cache/backends/inline.md
vendored
2
docs/manuals/cache/backends/inline.md
vendored
@@ -16,6 +16,8 @@ $ docker buildx build --push -t <registry>/<image> \
|
||||
--cache-from type=registry,ref=<registry>/image .
|
||||
```
|
||||
|
||||
No additional parameters are supported for the `inline` cache.
|
||||
|
||||
To export cache using `inline` storage, pass `type=inline` to the `--cache-to`
|
||||
option:
|
||||
|
||||
|
Reference in New Issue
Block a user