File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# This is the default. It can be overridden in the main Makefile after
22
22
# including build.make.
23
- REGISTRY_NAME =quay.io/k8scsi
23
+ REGISTRY_NAME? =quay.io/k8scsi
24
24
25
25
# Can be set to -mod=vendor to ensure that the "vendor" directory is used.
26
26
GOFLAGS_VENDOR =
@@ -51,7 +51,7 @@ IMAGE_TAGS+=$(shell git branch -r --points-at=HEAD | grep 'origin/release-' | gr
51
51
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)
52
52
53
53
# Images are named after the command contained in them.
54
- IMAGE_NAME =$(REGISTRY_NAME ) /$*
54
+ IMAGE_NAME? =$(REGISTRY_NAME ) /$*
55
55
56
56
ifdef V
57
57
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
You can’t perform that action at this time.
0 commit comments