Open mbegoc opened 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
--recursive
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.
--resursive
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 commandAdditional 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.