Skip to content

Commit faa4625

Browse files
author
Seth Goings
committed
chore(release): set version and lock to deis registry
1 parent a293652 commit faa4625

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=deis VERSION=2.0.0-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)