Skip to content

Commit

Permalink
fix: pick wrong tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan committed Sep 17, 2024
1 parent 20c3598 commit c0b9975
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 @@ -2,7 +2,7 @@ KO_LOCAL_REGISTRY := ko.local/kube-bench-adapter
KO_REGISTRY ?= github.com/nirmata/kube-bench-adapter
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
LOCAL_PLATFORM ?= linux/arm64
IMAGE_TAG ?= $(shell git describe)
IMAGE_TAG ?= $(shell git describe --always --tags)

all: build-local

Expand Down

0 comments on commit c0b9975

Please sign in to comment.