Update .gitlab-ci.yml file with --provenance=false

see https://dev.funkwhale.audio/funkwhale/infrastructure/infra/-/issues/71
This commit is contained in:
petitminion 2025-05-22 11:58:38 +00:00
parent 557b6088b9
commit 051bb43239
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,7 @@ docker:
--set *.cache-from=type=registry,ref=$DOCKER_CACHE_IMAGE:$CI_COMMIT_BRANCH,oci-mediatypes=false
--set *.cache-to=type=registry,ref=$DOCKER_CACHE_IMAGE:$CI_COMMIT_BRANCH,mode=max,oci-mediatypes=false
--push
--provenance=false
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_PROJECT_NAMESPACE == "funkwhale"
# We don't provide priviledged runners to everyone, so we can only build docker images in the funkwhale group