From e118c4d8e9b4dfb7891f4d82a013f4fd06e07d79 Mon Sep 17 00:00:00 2001 From: gfrancesco Date: Tue, 17 Sep 2019 18:13:16 +0200 Subject: [PATCH] UPD: Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bda180b..69f4c59b 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ Shorthand for [`--output=type=docker`](#docker). Will automatically load the sin #### `--cache-from=[NAME|type=TYPE[,KEY=VALUE]]` -Use an external cache source for a build. Supported types are `registry` and `local`. The `registry` source can import cache from a cache manifest or (special) image configuration on the registry. The `local` source can export cache from local files previously exported with `--cache-to`. +Use an external cache source for a build. Supported types are `registry` and `local`. The `registry` source can import cache from a cache manifest or (special) image configuration on the registry. The `local` source can import cache from local files previously exported with `--cache-to`. If no type is specified, `registry` exporter is used with a specified reference.