mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-10 04:15:40 +01:00
fix typo
Signed-off-by: Alexander Tesfamichael <alex.tesfamichael@gmail.com>
This commit is contained in:
parent
a66e35b9cb
commit
b0c26e5619
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
## Inline cache
|
## Inline cache
|
||||||
|
|
||||||
In most case you want to use the [`type=inline` cache exporter](https://github.com/moby/buildkit#inline-push-image-and-cache-together).
|
In most cases you want to use the [`type=inline` cache exporter](https://github.com/moby/buildkit#inline-push-image-and-cache-together).
|
||||||
However, note that the `inline` cache exporter only supports `min` cache mode. To enable `max` cache mode, push the
|
However, note that the `inline` cache exporter only supports `min` cache mode. To enable `max` cache mode, push the
|
||||||
image and the cache separately by using the `registry` cache exporter as shown in the [next example](#registry-cache).
|
image and the cache separately by using the `registry` cache exporter as shown in the [next example](#registry-cache).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user