Skip to content

Commit

Permalink
build tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Jan 8, 2022
1 parent aa99cf8 commit 87e4fe6
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 @@ -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)
Expand Down

0 comments on commit 87e4fe6

Please sign in to comment.