From e8a532ffd529aadbcbe29a01bc3805aefa1e4b7f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 12 May 2025 22:47:22 +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 8c9e453..36b1992 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ container-image/build: --no-cache \ --pull \ --tag ${YAMLLINT_IMAGE_FULLY_QUALIFIED} \ - --tag \ . # DELETE CONTAINER IMAGE