Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
docker login email no longer needed
Browse files Browse the repository at this point in the history
as previously attempted:
442c267
but now we have:
$ docker --version
Docker version 17.09.0-ce, build afdb6d4
  • Loading branch information
Dieterbe committed Jan 2, 2018
1 parent deba35b commit d5ca2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
scripts/push/packagecloud.sh
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $DOCKER_USER -p $DOCKER_PASS
scripts/push/docker.sh
fi

0 comments on commit d5ca2bc

Please sign in to comment.