How to specify Google Cloud Run metadata in Github Actions? – Docker
I have a Github Action which builds a docker image then uploads it to the Container Registry. Next I want to deploy this container to a Cloud Run service with some specific settings for the min and max instances, ensure…