Skip to content

Commit 114b892

Browse files
committed
Merge pull request #16 from mboersma/fix-deploy
fix(deploy.sh): add trailing slash to quay.io/
2 parents 0699184 + 029d1c0 commit 114b892

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
@@ -7,6 +7,6 @@ cd "$(dirname "$0")" || exit 1
77

88
export IMAGE_PREFIX=deisci VERSION=v2-beta
99
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
10-
DEIS_REGISTRY='' make -C .. docker-build docker-push
10+
DEIS_REGISTRY='' make -C .. docker-build docker-push
1111
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
12-
DEIS_REGISTRY=quay.io make -C .. docker-build docker-push
12+
DEIS_REGISTRY=quay.io/ make -C .. docker-build docker-push

0 commit comments

Comments
 (0)