We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050f376 commit b9bf6e9Copy full SHA for b9bf6e9
Makefile
@@ -1,4 +1,4 @@
1
-GIT_TAG = $(shell git push --set-upstream origin fix/maketag)
+GIT_TAG = $(shell git tag --points-at | tail -n 1)
2
GIT_BRANCH = $(shell git branch --show-current)
3
4
IMAGE_TAG ?= ${GIT_TAG}
0 commit comments