File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ IMAGE_PREFIX ?= deis/
1616# Kubernetes-specific information for RC, Service, and Image.
1717RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml
1818SVC := contrib/kubernetes/manifests/${SHORT_NAME}-service.yaml
19- IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}${SHORT_NAME}:${VERSION}
19+ IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/ ${SHORT_NAME}:${VERSION}
2020
2121all :
2222 @echo " Use a Makefile to control top-level building of the project."
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ export IMAGE_PREFIX=deisci VERSION=v2-alpha
99docker login -e=" $DOCKER_EMAIL " -u=" $DOCKER_USERNAME " -p=" $DOCKER_PASSWORD "
1010DEIS_REGISTRY=' ' make -C .. docker-build docker-push
1111docker 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
You can’t perform that action at this time.
0 commit comments