Skip to content

Commit

Permalink
removes the --email option which has been removed from docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Dec 12, 2017
1 parent 1f57fb6 commit c77dd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-hub-login
@@ -1 +1 @@
if [ ! -z "$DOCKER_HUB_EMAIL" ]; then docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD; fi
if [ ! -z "$DOCKER_HUB_USERNAME" ]; then docker login --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD; fi

0 comments on commit c77dd9e

Please sign in to comment.