From 557b6088b9c1c1299c2693c649b124d2bc8b366d Mon Sep 17 00:00:00 2001 From: petitminion Date: Thu, 22 May 2025 11:57:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file with --provenance=false see https://dev.funkwhale.audio/funkwhale/infrastructure/infra/-/issues/71 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 099992906..df009e557 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -511,6 +511,7 @@ docker: --set *.platform=linux/amd64,linux/arm64,linux/arm/v7 --no-cache --push + --provenance=false - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/ variables: