Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check --cache-repo is provided with --cache and --no-push
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.
- Loading branch information