actions-marketplace-validations/Deploy a Docker image to Render platform
Make it easy to deploy a Docker image to the Render platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy-hook | The URL of the Render deploy hook (see https://docs.render.com/deploy-hooks) | yes | — |
| image-url | The complete name of the Docker image with the tag (e.g. my-dockerhub-user/my-app:my-tag) | yes | — |
| render-api-key | The Render API key - required if wait-for-deployment is set to true | no | — |
| docker-repo-prefix | The prefix of the Docker repository (e.g. docker.io) | no | docker.io |
| wait-for-deployment | Defines whether the action will wait for the deployment status to be "live" or if as soon as the deploy is successfully triggered the action will end successfully | no | false |
| max-wait-time | The maximum time in seconds to wait for the deployment to be "live" - minimum value 60 | no | 300 |
Outputs
no outputs