ci: Use correct build arg to disable cache for docker builds

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2655>
This commit is contained in:
Georg Krause 2023-11-29 11:09:15 +00:00 committed by Marge
parent 9dbbe9e768
commit cc2ff8ae88
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ docker:
variables:
BUILD_ARGS: >
--set *.platform=linux/amd64,linux/arm64,linux/arm/v7
--set *.no-cache
--no-cache
--push
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/