diff --git a/build/cache/backends/inline.md b/build/cache/backends/inline.md index 8d2526f761..9c019bbdcb 100644 --- a/build/cache/backends/inline.md +++ b/build/cache/backends/inline.md @@ -18,7 +18,7 @@ want to consider the [registry](./registry.md) cache. ```console $ docker buildx build --push -t / \ --cache-to type=inline \ - --cache-from type=registry,ref=/image . + --cache-from type=registry,ref=/ . ``` No additional parameters are supported for the `inline` cache.