Hello,
I understand that your laravel program in Cloud Run is running locally but when you try to deploy to Google Cloud using the gcloud command, the Container fails to start.
I was unable to find common issues at this moment.
Because the Google Cloud SDK addresses bugs with new versions, I would recommend updating your Google Cloud SDK with the command:
gcloud components update
Also, there is a debug option added to the gcloud command to display errors in more depth that I would need to investigate.
I will need REDACTED output of the gcloud command you are using with the "--verbosity" flag set to DEBUG and the output of the "gcloud info --anonymize" command for further investigation.
--verbosity=debug is the option you need to add.