ux: consider do not enforce KO_DOCKER_REPO
variable if --push=false
#590
Labels
good first issue
Good for newcomers
KO_DOCKER_REPO
variable if --push=false
#590
Since we can pass
--push=false
, in this case$KO_DOCKER_REPO
env flag could be useless to check whether it's set or not. It should be only checked if we're pushing image to remote. Wdyt?The text was updated successfully, but these errors were encountered: