Skip to content

Commit

Permalink
Address review comment from @shafeeqes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao committed Jan 16, 2024
1 parent 995d548 commit a2ffbf3
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 @@ -16,7 +16,7 @@ ENSURE_GARDENER_MOD := $(shell go get github.com/gardener/gardener@$$(go list -m
GARDENER_HACK_DIR := $(shell go list -m -f "{{.Dir}}" github.com/gardener/gardener)/hack
VERSION := $(shell cat VERSION)
REPO_ROOT := $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))")
HACK_DIR := $(REPO_ROOT)/hack
HACK_DIR := $(REPO_ROOT)/hack
REGISTRY := europe-docker.pkg.dev/gardener-project/snapshots
IMAGE_REPOSITORY := $(REGISTRY)/gardener/etcd-druid
IMAGE_BUILD_TAG := $(VERSION)
Expand Down

0 comments on commit a2ffbf3

Please sign in to comment.