From 259e27212ada087b9dc6be9bb3e86b6f31561457 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 12 May 2025 22:47:18 +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 d7db705..4a6da88 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ container-image/build: --no-cache \ --pull \ --tag ${CREATEREPO_IMAGE_FULLY_QUALIFIED} \ - --tag \ . # DELETE CONTAINER IMAGE