shakrmedia/Deploy to Cloud Run
Deploy a container image to Google Cloud Run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token to make API request (use github.token) | yes | — |
| github_environment | Name of the GitHub environment | yes | — |
| service_name | Name of the already existing Cloud Run service | yes | — |
| project_id | Google Cloud Platform project id | yes | — |
| region | Google Cloud region where Cloud Run service is located | yes | us-central1 |
| image | Full url of container image to be deployed | yes | — |
| revision_tag | Optional revision tag to create url | — | — |
| revision_suffix | Optional revision suffix to use for a unique name | — | — |
Outputs
| name | description |
|---|---|
| deployment_id | ID of GitHub Deployment created |
| url | URL of the Cloud Run service or (revision, if revision_tag is provided) |