Skip to content

Commit f83441f

Browse files
authored
fix(Makefile): use correct env var for node installer image (#405)
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 8f8a0d2 commit f83441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ docker-build-shim-downloader: ## Build the shim-downloader image.
122122

123123
.PHONY: docker-build-node-installer
124124
docker-build-node-installer: ## Build the node-installer image.
125-
$(CONTAINER_TOOL) build -t ${SHIM_DOWNLOADER_IMAGE} -f ./images/installer/Dockerfile .
125+
$(CONTAINER_TOOL) build -t ${SHIM_NODE_INSTALLER_IMAGE} -f ./images/installer/Dockerfile .
126126

127127
.PHONY: docker-build-all
128128
docker-build-all: docker-build docker-build-shim-downloader docker-build-node-installer

0 commit comments

Comments
 (0)