You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via app.json like:
This basically makes the project an alternative to deploying directly from Cloud Run console. Similarly, broadens the focus from "deploy repos" to "deploy images or repos".
Yeah, maybe if https://console.cloud.google.com/run/create had a way to specify some default params (image, service name, allow-unauthenticated, etc) then that'd be a better way to go. Still would be missing env var handling though.
If a project publishes a public container image then maybe the button should allow the skipping the build and just using the existing image. Via
app.json
like:Not sure if this is a good idea or not.
The text was updated successfully, but these errors were encountered: