ci: fix missing image tag in docker job

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2351>
This commit is contained in:
jo 2023-01-31 12:31:31 +01:00 committed by Marge
parent a3be49e099
commit 43ca4ea29c
1 changed files with 1 additions and 1 deletions

View File

@ -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"]