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 15403da commit 025ddd7Copy full SHA for 025ddd7
Makefile
@@ -1,6 +1,6 @@
1
# variables that should not be overridden by the user
2
VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
3
-GIT_TAG = $(shell git tag --sort=-version:refname | head -n1 || echo untagged)
+GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
4
VERSION = $(VER)-SNAPSHOT
5
PLUS_ARGS = --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
6
0 commit comments