We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4800 commit 6a348ecCopy full SHA for 6a348ec
Makefile
@@ -1,7 +1,7 @@
1
JAVA_HOME ?= ${JAVA_HOME}
2
3
VERSION = ${shell git describe --tags}
4
-IMAGE = scs.buaa.edu.cn:8081/iobs/cloudapi:v2.0.1-enhance-2
+IMAGE = scs.buaa.edu.cn:8081/iobs/cloudapi:$(VERSION)
5
6
.PHONY: all build image push
7
0 commit comments