Skip to content

Commit 3b3de48

Browse files
committed
fix(deploy.sh): use VERSION, not BUILD_TAG
1 parent e7f1b54 commit 3b3de48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
cd "$(dirname "$0")" || exit 1
77

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

0 commit comments

Comments
 (0)