Skip to content

Commit 8deb514

Browse files
author
Aaron Schlesinger
committed
fix(Makefile): specify a valid deis registry
1 parent b37fa34 commit 8deb514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
1212

1313
# SemVer with build information is defined in the SemVer 2 spec, but Docker
1414
# doesn't allow +, so we use -.
15-
VERSION ?= git$(shell git rev-parse --short HEAD)
15+
VERSION ?= git-$(shell git rev-parse --short HEAD)
1616
BINARY_DEST_DIR := rootfs/usr/bin
1717
# Common flags passed into Go's linker.
1818
LDFLAGS := "-s -X main.version=${VERSION}"
1919
IMAGE_PREFIX ?= deis
2020
# Docker Root FS
2121
BINDIR := ./rootfs
2222

23-
DEIS_REGISTRY ?= ${DEV_REGISTRY}/
23+
DEIS_REGISTRY ?= quay.io/
2424

2525
# Kubernetes-specific information for RC, Service, and Image.
2626
RC := manifests/deis-${SHORT_NAME}-rc.yaml

0 commit comments

Comments
 (0)