Open donnyv12 opened 3 years ago
For further context, I'm running on a self hosted runner running Ubuntu 20.04
@donnyv12 I ran into this myself, there's a workaround to not specify a cache for deploy-only command - use
with:
cache-artifacts=''
in your action call - this will tell the action to drop the CLI argument, as it tries to pass the argument to deploy by default, which doesn't take an argument. I'm working on a fix in my fork.
Hi all, I'm using the action below and having two problems:
-v debug
flagunknown flag: --cache-artifacts
but I am not setting this flag in the action, and settingcache: false
makes no difference. I am running the same skaffold version locally and can run the deploy command with arguments successfully.