Publish from CircleCI to Dockerhub Publish from CircleCI to Dockerhub docker docker

Publish from CircleCI to Dockerhub


I had to correct a typo... the below line in the circle ci config.yml was missing the -p flag..

docker login -e $DOCKER_HUB_EMAIL -u $DOCKER_HUB_USER_ID -p $DOCKER_HUB_PWD