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:
parent
9dbbe9e768
commit
cc2ff8ae88
|
@ -462,7 +462,7 @@ docker:
|
||||||
variables:
|
variables:
|
||||||
BUILD_ARGS: >
|
BUILD_ARGS: >
|
||||||
--set *.platform=linux/amd64,linux/arm64,linux/arm/v7
|
--set *.platform=linux/amd64,linux/arm64,linux/arm/v7
|
||||||
--set *.no-cache
|
--no-cache
|
||||||
--push
|
--push
|
||||||
|
|
||||||
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
||||||
|
|
Loading…
Reference in New Issue