Skip to content

Commit aa4c68b

Browse files
author
Seth Goings
committed
fix(Makefile/travis): add slashes where appropriate
1 parent 2a3fea3 commit aa4c68b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IMAGE_PREFIX ?= deis/
1616
# Kubernetes-specific information for RC, Service, and Image.
1717
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml
1818
SVC := 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

2121
all:
2222
@echo "Use a Makefile to control top-level building of the project."

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ 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
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)