Skip to content

Commit

Permalink
fix effective version in makefile (gardener#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshnm authored Jan 26, 2024
1 parent 984f38d commit bfd2d5b
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 @@ -4,7 +4,7 @@

REPO_ROOT := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
VERSION := $(shell cat $(REPO_ROOT)/VERSION)
EFFECTIVE_VERSION := $(VERSION)-$(shell git rev-parse HEAD)
EFFECTIVE_VERSION := $(shell $(REPO_ROOT)/hack/get-version.sh)

REGISTRY := europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper
DOCKER_BUILDER_NAME := "ls-multiarch"
Expand Down

0 comments on commit bfd2d5b

Please sign in to comment.