Update .gitlab-ci.yml file with --provenance=false
see https://dev.funkwhale.audio/funkwhale/infrastructure/infra/-/issues/71
This commit is contained in:
parent
81b40be7f5
commit
557b6088b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue