From ca7f2939436c653a3042083f7007ecfcdb38cff1 Mon Sep 17 00:00:00 2001
From: Dominique Marcadet <dominique.marcadet@centralesupelec.fr>
Date: Mon, 4 Dec 2023 12:05:08 +0100
Subject: [PATCH] avoid "Invalid tag: missing manifest digest" error message on
 GitLab

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 84c6e7a..4f17946 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ TAG  = xfce
 
 all:
 	docker buildx create --use --node new-builder
-	docker buildx build --push --platform "linux/amd64" --tag "${REPO}:${TAG}" .
+	docker buildx build --provenance=false --push --platform "linux/amd64" --tag "${REPO}:${TAG}" .
 
-- 
GitLab