kaniko/cmd/executor
Priya Wadhwa c4b35c7298 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.
2018-09-28 09:43:16 -07:00
..
cmd Check --cache-repo is provided with --cache and --no-push 2018-09-28 09:43:16 -07:00
main.go Refactor command line arguments and the executor 2018-08-23 13:30:36 -07:00