Skip to content

Commit 0157920

Browse files
authored
Update Makefile
Signed-off-by: Saed SayedAhmed <[email protected]>
1 parent d2a70a4 commit 0157920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# variables that should not be overridden by the user
22
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)
3+
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
55
PLUS_ARGS = --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
66

0 commit comments

Comments
 (0)