docs: add missing cache-copy-layers arg in README (#1672)

Signed-off-by: ankitm123 <ankitmohapatra123@gmail.com>
This commit is contained in:
ankitm123 2021-07-08 15:01:09 -04:00 committed by GitHub
parent 5b3fb84a22
commit 9997cd4d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.