When I try to run the example in https://cloud.google.com/run/docs/quickstarts/build-and-deploy, my terminal hangs on gcloud builds submit --tag gcr.io/PROJECT-ID/helloworld
. I put in my correct project id -- the command runs but does not terminate or produce any output on terminal. I did not change any code, I merely copied over the repo referenced in the tutorial. What may be the cause of this?
0
votes
gcloud version
have you tried to do this from cloud shell? – Soni Sol