CircleCI-Public / heroku-orb

Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.
https://circleci.com/orbs/registry/orb/circleci/heroku
MIT License
6 stars 20 forks source link

Heroku Docker Container Support #6

Closed jamesarosen closed 4 years ago

jamesarosen commented 4 years ago

I'd love to be able to push Docker images to the Heroku Container Registry from CircleCI.

I'm imagining something like this in my config.yml:

jobs:
  - heroku/container-push:
      app-name: my-app
      process-type: web
      tag: "$CIRCLE_SHA1"

CircleCI already has documentation for pushing a Docker image to a Docker registry, but that approach requires installing and using the Heroku CLI.

gmemstr commented 4 years ago

Excellent feature request - looking into this :)