From c095838ac3f4ace9da4cddc3156a2813d73d5a2e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 12 May 2025 22:47:19 +0200 Subject: [PATCH] fix(Makefile): get rid of unqualified container images --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 52335b7..d750000 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ container-image/build: --no-cache \ --pull \ --tag ${HELM_IMAGE_FULLY_QUALIFIED} \ - --tag \ . # DELETE CONTAINER IMAGE