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:57:32 +00:00
parent 81b40be7f5
commit 557b6088b9
1 changed files with 1 additions and 0 deletions

View File

@ -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: