Skip to content

Commit

Permalink
Add version suffix for "j" for "json"
Browse files Browse the repository at this point in the history
  • Loading branch information
r-oldenburg committed Nov 18, 2024
1 parent 7f0c120 commit cd8f728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATE ?= $(shell TZ=UTC date -j -f "%s" ${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:
else
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
endif
VERSION ?= v0.32.7
VERSION ?= v0.32.7j
IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION}

Expand Down

0 comments on commit cd8f728

Please sign in to comment.