Skip to content

Commit 790f409

Browse files
committed
make image prefix lowercase
1 parent 52a7885 commit 790f409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ LATEST_KUBE_RELEASE ?= $(shell echo $(SUPPORTED_KUBE_RELEASES) | cut -d ' ' -f 1
4242
BINARY ?= kwok kwokctl
4343

4444
IMAGE_PREFIX ?=
45+
IMAGE_PREFIX := $(shell echo $(IMAGE_PREFIX) | tr '[:upper:]' '[:lower:]')
4546

4647
BINARY_PREFIX ?=
4748
BINARY_NAME ?=

0 commit comments

Comments
 (0)