I'm using Heroku with Docker. When pushing my image with:
heroku container:release -a MyApp web
My console returns:
The process type web was not updated, because it is already running the specified docker image
Someone knows what going on here ? I have never pushed this image in my app.
Any hint would be great.
You need to build the images, before pushing it.
so run this command:
heroku container:push web --app application-name
and then try to run
heroku container:release web --app application-name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With