I tried out google cloud run and working perfectly but suddenly got error while depolying after few days crashed (AttributeError): 'NoneType' object has no attribute 'image'
Everything seems fine, I have set project name, region but getting the same error
The command used is
gcloud beta run deploy --image gcr.io/cloud-run-test/image-name --allow-unauthenticated --update-env-vars environment="PRODUCTION"