Closed jamesarosen closed 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:
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.
Excellent feature request - looking into this :)
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
:CircleCI already has documentation for pushing a Docker image to a Docker registry, but that approach requires installing and using the Heroku CLI.