We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 976cf59 + fec8ac0 commit 4390685Copy full SHA for 4390685
circle.yml
@@ -17,6 +17,6 @@ deployment:
17
tagged:
18
tag: /.*/
19
commands:
20
- - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
+ - docker login -u $DOCKER_USER -p $DOCKER_PASS
21
- docker tag $IMAGE_NAME $IMAGE_NAME:$CIRCLE_TAG
22
- docker push $IMAGE_NAME:$CIRCLE_TAG
0 commit comments