Skip to content

Commit 70fb729

Browse files
authored
fix docker "dev" tag string (#611)
1 parent 4b28bf5 commit 70fb729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GOPATH := $(shell go env GOPATH)
33
# Sets the build version based on the output of the following command, if we are building for a tag, that's the build else it uses the current git branch as the build
44
BUILD_VERSION:=$(shell git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/null || git rev-parse --abbrev-ref HEAD 2>/dev/null)
55
BUILD_TIME:=$(shell date 2>/dev/null)
6-
TAG ?= "minio/console:$(VERSION)-dev"
6+
TAG ?= "minio/console:$(BUILD_VERSION)-dev"
77

88
default: console
99

0 commit comments

Comments
 (0)