mirror of https://github.com/docker/docs.git
Merge pull request #17834 from fenollp/patch-1
This commit is contained in:
commit
11065d1f72
|
@ -36,7 +36,7 @@ Alternatively, you can also export inline cache by setting the build argument
|
|||
|
||||
```console
|
||||
$ docker buildx build --push -t <registry>/<image> \
|
||||
--arg BUILDKIT_INLINE_CACHE=1 .
|
||||
--build-arg BUILDKIT_INLINE_CACHE=1 .
|
||||
```
|
||||
|
||||
To import the resulting cache on a future build, pass `type=registry` to
|
||||
|
|
Loading…
Reference in New Issue