Skip to content

Commit 4390685

Browse files
authored
Merge pull request #3 from Intellection/update_docker_login
Remove email docker login parameter
2 parents 976cf59 + fec8ac0 commit 4390685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ deployment:
1717
tagged:
1818
tag: /.*/
1919
commands:
20-
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
20+
- docker login -u $DOCKER_USER -p $DOCKER_PASS
2121
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
2222
- docker push $IMAGE_NAME:$CIRCLE_TAG

0 commit comments

Comments
 (0)