We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe3676 commit da5241aCopy full SHA for da5241a
release-tools/build.make
@@ -58,7 +58,7 @@ IMAGE_TAGS+=$(shell git branch -r --points-at=HEAD | grep 'origin/release-' | gr
58
IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if [ "$$tagged" ] && [ "$$(git rev-list -n1 HEAD)" = "$$(git rev-list -n1 $$tagged)" ]; then echo $$tagged; fi)
59
60
# Images are named after the command contained in them.
61
-IMAGE_NAME?=$(REGISTRY_NAME)/$*
+IMAGE_NAME=$(REGISTRY_NAME)/$*
62
63
ifdef V
64
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
0 commit comments