AkhileshNS / heroku-deploy

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

justlogin with docker registry #96

Closed pyama86 closed 1 year ago

pyama86 commented 3 years ago

Hi! This is very useful actions.

I always push to docker registry and then release. The reason is that I want to use the docker build command. At that time, it is very convenient if I can justlogin with docker registry login. Consider this PR if there are no side effects.