-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
invoicer-chapter3/.circleci/config.yml
Line 60 in 37da2ca
| docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}; |
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;
Metadata
Metadata
Assignees
Labels
No labels