Got this error message during deployment, which causes a failure:
docker push quickly/card_factory:$CIRCLE_SHA1
The push refers to a repository [docker.io/quickly/card_factory] (len: 1)
docker push quickly/card_factory:$CIRCLE_SHA1 returned exit code 1
unauthorized: access to the requested resource is not authorized Action failed: docker push quickly/card_factory:$CIRCLE_SHA1
but the previous docker login step passes:
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
WARNING: login credentials saved in /home/ubuntu/.docker/config.json
Login Succeeded
any help on what could be causing the problem?
======== debug info ========