You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm using the action below and having two problems:
the action is not respecting the -v debug flag
The action is failing. The reason being logged is unknown flag: --cache-artifacts but I am not setting this flag in the action, and setting cache: false makes no difference.
I am running the same skaffold version locally and can run the deploy command with arguments successfully.
@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.
The text was updated successfully, but these errors were encountered: