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
I need to run shub image upload in a docker container and instead of doing shub login then shub image upload I want to run shub image upload --apikey=my_api_key. Meanwhile, it doesn't seem to work and I'm getting Error: Not logged in. Please run 'shub login' first. I guess it's failing in the deploy step.
am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I need to
run shub image upload
in a docker container and instead of doingshub login
thenshub image upload
I want to runshub image upload --apikey=my_api_key
. Meanwhile, it doesn't seem to work and I'm gettingError: Not logged in. Please run 'shub login' first.
I guess it's failing in the deploy step.am I doing something wrong?
The text was updated successfully, but these errors were encountered: