Skip to content

Commit

Permalink
Fix make docker-build. (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan16696 authored Jul 30, 2024
1 parent f2f6dc1 commit 4e9971a
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 @@ -7,7 +7,7 @@ HACK_DIR := $(REPO_ROOT)/hack
VERSION := $(shell $(HACK_DIR)/get-version.sh)
GIT_SHA := $(shell git rev-parse --short HEAD || echo "GitNotFound")
REGISTRY_ROOT := europe-docker.pkg.dev/gardener-project
REGISTRY := $(REGISTRY)/snapshots
REGISTRY := $(REGISTRY_ROOT)/snapshots
IMAGE_NAME := gardener/etcd-druid
IMAGE_REPOSITORY := $(REGISTRY)/$(IMAGE_NAME)
IMAGE_BUILD_TAG := $(VERSION)
Expand Down

0 comments on commit 4e9971a

Please sign in to comment.