Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbegoc opened this issue Jan 19, 2023 · 0 comments
Open

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

mbegoc opened this issue Jan 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mbegoc
Copy link

mbegoc commented Jan 19, 2023

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.

@mbegoc mbegoc added the bug Something isn't working label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant