We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0699184 + 029d1c0 commit 114b892Copy full SHA for 114b892
1 file changed
_scripts/deploy.sh
@@ -7,6 +7,6 @@ cd "$(dirname "$0")" || exit 1
7
8
export IMAGE_PREFIX=deisci VERSION=v2-beta
9
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
10
-DEIS_REGISTRY='' make -C .. docker-build docker-push
+DEIS_REGISTRY='' make -C .. docker-build docker-push
11
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
12
-DEIS_REGISTRY=quay.io make -C .. docker-build docker-push
+DEIS_REGISTRY=quay.io/ make -C .. docker-build docker-push
0 commit comments