From 60ec6b7e66248edad8775f488675e59e054682d3 Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 17 Oct 2023 17:14:59 +0300 Subject: [PATCH] fix multi-arch incompability with registry --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 01a86da..f2572bc 100644 --- a/justfile +++ b/justfile @@ -53,4 +53,4 @@ login: # docker build docker: docker buildx create --use - docker buildx build --pull --platform {{ platforms }} --push -t {{ gitlab_image }} -t {{ etke_image }} . + docker buildx build --pull --provenance=false --platform {{ platforms }} --push -t {{ gitlab_image }} -t {{ etke_image }} .