We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c68b commit 05dc3d2Copy full SHA for 05dc3d2
2 files changed
.travis.yml
@@ -9,7 +9,7 @@ services:
9
- docker
10
env:
11
# HACK(bacongobbler): make travis tests work
12
- - DEIS_REGISTRY=travis-ci
+ - DEIS_REGISTRY=travis-ci/
13
install:
14
- make docker-build
15
script:
Makefile
@@ -11,7 +11,7 @@ VERSION ?= git-$(shell git rev-parse --short HEAD)
# Legacy support for DEV_REGISTRY, plus new support for DEIS_REGISTRY.
DEIS_REGISTRY ?= ${DEV_REGISTRY}
-IMAGE_PREFIX ?= deis/
+IMAGE_PREFIX ?= deis
16
# Kubernetes-specific information for RC, Service, and Image.
17
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml
0 commit comments