Skip to content

Commit 54153dd

Browse files
authored
remove docker login email param (#4283)
1 parent 83232dc commit 54153dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deploy:
3434
node: '6.9'
3535
after_success:
3636
- if [ $DOCKER_HUB_USERNAME ]; then
37-
docker login --email=$DOCKER_HUB_EMAIL --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD;
37+
docker login --username=$DOCKER_HUB_USERNAME --password=$DOCKER_HUB_PASSWORD;
3838

3939
if [ ! -z "$TRAVIS_TAG" ]; then
4040
DOCKER_IMAGE_TAG=$TRAVIS_TAG;

0 commit comments

Comments
 (0)