misaya98/docker2heroku

Pulls a Docker image from a registry, optionally creates a new Heroku app, sets config vars, and deploys.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
heroku_api_keyYour Heroku API Key.yes
docker_imageThe full Docker Hub image name and tag (e.g., user/repo:latest).yes
heroku_app_nameThe name of the Heroku app (optional, defaults to a sanitized image name).no
create_new_appSet to "true" to create a new Heroku app.nofalse
heroku_config_varsHeroku config variables (one per line, e.g., KEY=VALUE).no
dockerhub_usernameYour Docker Hub username (for private images or to avoid rate limits).no
dockerhub_tokenYour Docker Hub token (for private images or to avoid rate limits).no

no outputs