ultimaker/cloudrun-action
Deploy a Docker Image using 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 |
|---|---|---|---|
| name | Name of the service. | yes | — |
| image | Image to run on Google Cloud Run. | yes | — |
| registry_access_token | Access token required for accessing the docker registry. | no | — |
| service_account_key | Google Application Credentials to be used. Can be either the contents of the JSON file or a filename which contains the contents. | yes | — |
| service_account_name | Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. | no | — |
| vpc_connector_name | Set a VPC connector for this Service. | no | — |
| run_region | Region in which the resource can be found. | yes | — |
| github_token | Token to use to authenticate to GitHub, for adding comments to Pull Requests. | no | — |
| allow_unauthenticated | Allow unauthenticated invocations. Set this to true to create a public API or website, or false to manage authorized users with Cloud IAM. | no | false |
| image_check_timeout | Default time to wait in minutes for the docker image to appear on the Google Container Registry. | no | 30 |
| image_check_interval | Default time in seconds between checks for the docker image to appear on the Google Container Registry. | no | 5 |
| delete_service | Set to true to delete the Cloud Run service | no | false |
| trigger_label | The label that needs to be added to a pull request to trigger deployment to Cloud Run | no | lab_environment |
Outputs
| name | description |
|---|---|
| url | The URL assigned by Google Cloud Run to the service |