Skip to content

Commit

Permalink
fix(Makefile): change image prefix to hephy
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Oct 8, 2020
1 parent f46527e commit 793ab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GO15VENDOREXPERIMENT=1
# Note that Minio currently uses CGO.

LDFLAGS := "-s -X main.version=${VERSION}"
IMAGE_PREFIX ?= deis
IMAGE_PREFIX ?= hephy
BINDIR := ./rootfs/bin

include versioning.mk
Expand Down

0 comments on commit 793ab0a

Please sign in to comment.