Skip to content

Commit

Permalink
Merge pull request #3520 from BenTheElder/override-image
Browse files Browse the repository at this point in the history
images: allow overriding IMAGE_NAME
  • Loading branch information
k8s-ci-robot authored Feb 13, 2024
2 parents f5ccb02 + 300f0ef commit 749005b
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 749005b

Please sign in to comment.