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?
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?