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

Provides support for the 'heroku container:push' --recursive argument #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrisg9
Copy link

@chrisg9 chrisg9 commented Mar 15, 2023

It is possible to build and push multiple docker images/heroku processes at one time by issuing the --recursive option.

https://devcenter.heroku.com/articles/container-registry-and-runtime

This contribution checks to see whether multiple processes have been supplied in the 'docker_heroku_process_type' option and if so appends the --recursive option to the 'heroku container:push' command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant