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

Recursively push images doesn't work because of a typo #50

Open mbegoc opened 1 year ago

mbegoc commented 1 year ago

Orb Version

2.0.0

Describe the bug

A typo within the push image script prevent to recursively push.

To Reproduce

Try to push image with the recursive flag

Expected behavior

Add the --recursive parameter to the heroku cli push command

Additional context

In short: change --resursive to --recursive in https://github.com/CircleCI-Public/heroku-orb/blob/master/src/scripts/push-docker-image.sh will fix the problem.