From f5e85cee7e9d5ed1a9146d5b1a2a3484eedca4cc 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 5511189..4b676ee 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ container-image/build: --no-cache \ --pull \ --tag ${GIT_IMAGE_FULLY_QUALIFIED} \ - --tag \ . # DELETE CONTAINER IMAGE