Skip to content

Commit

Permalink
fix: fix klt-cert-manager release-local Makefile target
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Jan 20, 2023
1 parent 2bcc1dd commit baa4600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klt-cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
RELEASE_TIME=$(shell date +%Y%m%d%s)
BUILD_TIME=$(shell date -u "+%F_%T")
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
TAG?=latest
RELEASE_IMAGE:=keptn-cert-manager:$(TAG)

ARCHS = amd64 arm64
Expand Down

0 comments on commit baa4600

Please sign in to comment.