Skip to content

Commit 469834d

Browse files
committed
missing quay.io
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
1 parent dbd9336 commit 469834d

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
@@ -58,7 +58,7 @@ dockerdeploy: &dockerdeploy
5858
DOCKER_TAG="v$(cat VERSION)"
5959
echo "Container name set to ${CONTAINER_NAME}:${DOCKER_TAG}"
6060
if [[ -n "$DOCKER_PASS" ]]; then
61-
docker login -u $DOCKER_USER -p $DOCKER_PASS
61+
docker login -u "${DOCKER_USER}" -p "${DOCKER_PASS}" quay.io
6262
docker push ${CONTAINER_NAME}:${DOCKER_TAG}
6363
echo "Tagging latest image..."
6464
docker tag ${CONTAINER_NAME}:${DOCKER_TAG} ${CONTAINER_NAME}:latest

0 commit comments

Comments
 (0)