Skip to content

Commit 81b09fe

Browse files
yansun1996sajmera-pensando
authored andcommitted
Fix the wrong assignment of docker-save file name
1 parent d9b8b0c commit 81b09fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ IMAGE_NAME ?= gpu-operator
1818
IMAGE_TAG_BASE ?= $(DOCKER_REGISTRY)/$(IMAGE_NAME)
1919
IMAGE_TAG ?= dev
2020
IMG ?= $(IMAGE_TAG_BASE):$(IMAGE_TAG)
21-
DOCKER_CONTAINER_IMG = $(IMAGE_NAME)-$(IMAGE_TAG) # name used for saving the container images as tar.gz
21+
# name used for saving the container images as tar.gz
22+
DOCKER_CONTAINER_IMG = $(IMAGE_NAME)-$(IMAGE_TAG)
2223
HOURLY_TAG_LABEL ?= latest
2324

2425
# KMM related images

0 commit comments

Comments
 (0)