Skip to content

Commit b9bf6e9

Browse files
fix: fix copy paste error in PR 53 (#54)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 050f376 commit b9bf6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GIT_TAG = $(shell git push --set-upstream origin fix/maketag)
1+
GIT_TAG = $(shell git tag --points-at | tail -n 1)
22
GIT_BRANCH = $(shell git branch --show-current)
33

44
IMAGE_TAG ?= ${GIT_TAG}

0 commit comments

Comments
 (0)