misaya98/docker2heroku
Pulls a Docker image from a registry, optionally creates a new Heroku app, sets config vars, and deploys.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku_api_key | Your Heroku API Key. | yes | — |
| docker_image | The full Docker Hub image name and tag (e.g., user/repo:latest). | yes | — |
| heroku_app_name | The name of the Heroku app (optional, defaults to a sanitized image name). | no | — |
| create_new_app | Set to "true" to create a new Heroku app. | no | false |
| heroku_config_vars | Heroku config variables (one per line, e.g., KEY=VALUE). | no | — |
| dockerhub_username | Your Docker Hub username (for private images or to avoid rate limits). | no | — |
| dockerhub_token | Your Docker Hub token (for private images or to avoid rate limits). | no | — |
Outputs
no outputs