Skip to content

Commit a293652

Browse files
author
Seth Goings
committed
fix(deploy.sh): use straight docker login for dockerhub
1 parent 01b8641 commit a293652

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cd "$(dirname "$0")" || exit 1
77

88
export IMAGE_PREFIX=deisci BUILD_TAG=v2-alpha
9-
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" docker.io
10-
DEIS_REGISTRY=docker.io make -C .. docker-build docker-push
9+
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
10+
DEIS_REGISTRY='' make -C .. docker-build docker-push
1111
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
1212
DEIS_REGISTRY=quay.io make -C .. docker-build docker-push

0 commit comments

Comments
 (0)