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 }} .