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

Commit 4b789e4

Browse files
committed
Update .circleci/config.yml
1 parent 19c33bd commit 4b789e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
command: |
3030
zcat /workdir/workspace/image.tar.gz | docker load
3131
docker tag ${DOCKER_HUB_IMAGE} ${DOCKER_HUB_IMAGE}:${CIRCLE_TAG}
32-
docker login -u ${DOCKER_HUB_USER} -p ${DOCKER_HUB_PASS}
32+
echo "${DOCKER_HUB_PASS}" | docker login -u ${DOCKER_HUB_USER} --password-stdin
3333
docker push ${DOCKER_HUB_IMAGE}:${CIRCLE_TAG}
3434
docker push ${DOCKER_HUB_IMAGE}
3535

0 commit comments

Comments
 (0)