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 would add something like this: export REGISTRY_SECRET=myicrsecret
and in run scripts: ibmcloud ce app create -n helloworld --rs $REGISTRY_SECRET --image ${REPOSITORY}/helloworld
The text was updated successfully, but these errors were encountered:
@rmey sorry for the delay - I didn't notice your issue until just now. I'll look into this. One of the issues with adding cool options like this is that it might appear to complicate things for newbies.... so it's balancing act between "keep it as simple as possible" and "flexibility". But it's a good idea...
I would add something like this:
export REGISTRY_SECRET=myicrsecret
and in run scripts:
ibmcloud ce app create -n helloworld --rs $REGISTRY_SECRET --image ${REPOSITORY}/helloworld
The text was updated successfully, but these errors were encountered: