From c0b9975769dc9303175bb04ca69adb1d2666bc48 Mon Sep 17 00:00:00 2001 From: Ved Ratan Date: Tue, 17 Sep 2024 23:51:28 +0530 Subject: [PATCH] fix: pick wrong tag Signed-off-by: Ved Ratan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 859beb6..1833d61 100644 --- a/Makefile +++ b/Makefile @@ -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