You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like docker depricated the use of the -p flag. Changing the line to the following fixed it for me. echo ${DOCKER_PASS} | docker login -u ${DOCKER_USER} --password-stdin;
The text was updated successfully, but these errors were encountered:
invoicer-chapter3/.circleci/config.yml
Line 60 in 37da2ca
It looks like docker depricated the use of the -p flag. Changing the line to the following fixed it for me.
echo ${DOCKER_PASS} | docker login -u ${DOCKER_USER} --password-stdin;
The text was updated successfully, but these errors were encountered: