When I try to push a Docker container to Heroku with the command " heroku container: push web
", the following error occurs.
no basic auth credentials
! Error: docker push exited with Error: 1
Log in to heroku with the following command.
heroku container:login
Recommended Posts