From 9997cd4d4061e8f3f7566dbdab445eb73e0756c1 Mon Sep 17 00:00:00 2001 From: ankitm123 Date: Thu, 8 Jul 2021 15:01:09 -0400 Subject: [PATCH] docs: add missing cache-copy-layers arg in README (#1672) Signed-off-by: ankitm123 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f70a79d1..8771ff037 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,10 @@ If `--destination=gcr.io/kaniko-project/test`, then cached layers will be stored _This flag must be used in conjunction with the `--cache=true` flag._ +#### --cache-copy-layers + +Set this flag to cache copy layers. + #### --cache-ttl duration Cache timeout in hours. Defaults to two weeks.