Skip to content

Commit da5241a

Browse files
committed
chore: revert release-tools changes
1 parent afe3676 commit da5241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-tools/build.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ IMAGE_TAGS+=$(shell git branch -r --points-at=HEAD | grep 'origin/release-' | gr
5858
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)
5959

6060
# Images are named after the command contained in them.
61-
IMAGE_NAME?=$(REGISTRY_NAME)/$*
61+
IMAGE_NAME=$(REGISTRY_NAME)/$*
6262

6363
ifdef V
6464
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.

0 commit comments

Comments
 (0)