Deploying to Cloud Run

I see that one can deploy directly to GCP Cloud Run. This is great. BUT, it creates a brand new cloud run deployment. What if I already have the code running on cloud run, and all I need is to deploy a new version? I haven’t found a way to do that. Any thoughts?

Are you using the same service name? If so, are you deploying from the same workspace?

From our testing, if the same service name is used from the same workspace, subsequent deployments create a new revision with the same URL.

I have been using Cloud Code extension in VS Code. This extension allows me to choose an existing cloud run deployment. But I cannot use this extension in IDX, so I am using the “Deploy to Cloud Run” button within IDX — but this does not allow me to choose an existing deployment. Or am I doing something wrong?