ci: fix missing image tag in docker job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2351>
This commit is contained in:
parent
a3be49e099
commit
43ca4ea29c
|
@ -403,7 +403,7 @@ deploy_docs:
|
||||||
- job: test_front
|
- job: test_front
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
image: $CI_REGISTRY/funkwhale/ci/docker
|
image: $CI_REGISTRY/funkwhale/ci/docker:20
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- COMPONENT: ["api", "front"]
|
- COMPONENT: ["api", "front"]
|
||||||
|
|
Loading…
Reference in New Issue