From 5cd6344b0ee2ae6fb0687265a07431377bc0a4f1 Mon Sep 17 00:00:00 2001 From: Robbert Date: Wed, 24 Dec 2025 11:00:11 +0100 Subject: [PATCH] Update docker-push target to use IMG variable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 419ad73..c7d6ece 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ docker-push: docker-push-runtime-class-manager ## Push the runtime-class-manager .PHONY: docker-push-% docker-push-%: - $(CONTAINER_TOOL) push $(REGISTRY)/$*:$(TAG) + $(CONTAINER_TOOL) push $(IMG) .PHONY: docker-push-all docker-push-all: docker-push docker-push-shim-downloader docker-push-node-installer @@ -267,4 +267,4 @@ helm-publish: helm-package .PHONY: helm-lint helm-lint: helm-package - $(HELM) lint $(STAGING_DIR)/$(CHART_NAME)-$(CHART_VERSION).tgz \ No newline at end of file + $(HELM) lint $(STAGING_DIR)/$(CHART_NAME)-$(CHART_VERSION).tgz