From 87e4fe605cd48ff9cea9d539cf93d970dce5971e Mon Sep 17 00:00:00 2001 From: Isa Aguilar Date: Sat, 8 Jan 2022 00:16:30 -0500 Subject: [PATCH] build tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25a3cf9c..7018b61f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION ?= $(shell git ls-remote .|grep $$(git rev-parse HEAD).*tags|head -n1|se ifeq ($(VERSION),) VERSION := v0.0.0 endif -IMG ?= ${IMG} +IMG ?= ${DOCKER_REPO}/${IMAGE_NAME}:${VERSION} OS := $(shell uname -s | tr A-Z a-z) # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)