Hi 👋,
It'd be great if env variables could be provided via URL parameters so that there's no need to commit an app.json file to the repository.
As an example, https://github.com/gitpod-io/openvscode-releases contains a Dockerfile that needs a RELEASE_TAG argument. I'd love to create a Cloud Run button like this:
[](https://deploy.cloud.run?git_repo=https://github.com/gitpod-io/openvscode-releases&env=RELEASE_TAG:openvscode-server-v1.60.0)
Cheers, Mike