Skip to content

Commit

Permalink
allow overriding IMAGE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 13, 2024
1 parent c4cadca commit 300f0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Makefile.common.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# shared makefile for all images

# get image name from directory we're building
IMAGE_NAME=$(notdir $(CURDIR))
IMAGE_NAME?=$(notdir $(CURDIR))
# docker image registry, default to upstream
REGISTRY?=gcr.io/k8s-staging-kind
# for appending build-meta like "_containerd-v1.7.1"
Expand Down

0 comments on commit 300f0ef

Please sign in to comment.