As described in #373, kaniko panics when provided with --cache and --no-push since it tries to infer a cache repo from the destination, which doesn't exist. To fix this, I added a check to make sure --cache-repo is passed in when both these flags are provided. |
||
|---|---|---|
| .. | ||
| cmd | ||
| main.go | ||