Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit cde6ecb

Browse files
committed
Remove DOCKER_HUB_EMAIL from circle.yml
1 parent 0320c99 commit cde6ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
command: |
1616
if echo -n "${CIRCLE_TAG}" | grep -Eq ^v[0-9]+\.[0-9]+\.[0-9]+$; then
1717
docker tag ${DOCKER_HUB_IMAGE} ${DOCKER_HUB_IMAGE}:${CIRCLE_TAG}
18-
docker login -e ${DOCKER_HUB_EMAIL} -u ${DOCKER_HUB_USER} -p ${DOCKER_HUB_PASS}
18+
docker login -u ${DOCKER_HUB_USER} -p ${DOCKER_HUB_PASS}
1919
docker push ${DOCKER_HUB_IMAGE}:${CIRCLE_TAG}
2020
docker push ${DOCKER_HUB_IMAGE}
2121
fi

0 commit comments

Comments
 (0)