We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fed80 commit 1a8fc34Copy full SHA for 1a8fc34
1 file changed
_scripts/deploy.sh
@@ -7,6 +7,6 @@ cd "$(dirname "$0")" || exit 1
7
8
export IMAGE_PREFIX=deisci VERSION=v2-alpha
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 .. build 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 .. build docker-build docker-push
0 commit comments