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 839e5d3 commit d82f71eCopy full SHA for d82f71e
Makefile
@@ -19,7 +19,6 @@ $(if $($(2)),\
19
$(error ERROR: $(2) ENV variable is required))
20
endef
21
22
-# Image tag: if image tag is not set, set it with version (or short commit if empty)
23
# Image tag: if image tag is not set, set it with version (or short commit if empty)
24
ifeq (${IMAGE_TAG},)
25
IMAGE_TAG := ${VERSION}
0 commit comments