AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
972 stars 254 forks source link

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

Open chrisg9 opened 1 year ago

chrisg9 commented 1 year ago

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