Update Makefile

This commit is contained in:
Tomasz Sęk 2019-01-11 14:54:00 +01:00
parent f0777b3b97
commit 9caf4577e5
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ifneq ($(GITIGNOREDBUTTRACKEDCHANGES),)
endif endif
VERSION_TAG := $(VERSION) VERSION_TAG := $(VERSION)
LATEST_TAG := $(GITCOMMIT) LATEST_TAG := latest
BUILD_TAG := $(GITBRANCH)-$(GITCOMMIT) BUILD_TAG := $(GITBRANCH)-$(GITCOMMIT)
BUILD_PATH := ./cmd/manager BUILD_PATH := ./cmd/manager