From b0c26e56196346de7555112bdac125c580016477 Mon Sep 17 00:00:00 2001 From: Alexander Tesfamichael Date: Tue, 24 Aug 2021 20:11:53 +0200 Subject: [PATCH] fix typo Signed-off-by: Alexander Tesfamichael --- docs/advanced/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/cache.md b/docs/advanced/cache.md index 68b1ecc..6b5502e 100644 --- a/docs/advanced/cache.md +++ b/docs/advanced/cache.md @@ -10,7 +10,7 @@ ## 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 image and the cache separately by using the `registry` cache exporter as shown in the [next example](#registry-cache).