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.
2 parents 6ee57f5 + 038350c commit 2ea5a97Copy full SHA for 2ea5a97
Makefile
@@ -31,6 +31,7 @@ RELEASE_CONTROLLER_IMAGE:=controller:$(RELEASE_VERSION)
31
# v20201009-v0.18.800-46-g939c1c0 - automated build for a commit(not a tag) and also a local build
32
# v20200521-v0.18.800 - automated build for a tag
33
VERSION=$(shell echo $(RELEASE_VERSION) | awk -F - '{print $$2}')
34
+VERSION:=$(or $(VERSION),v0.0.$(shell date +%Y%m%d))
35
36
.PHONY: all
37
all: build
0 commit comments