From 43ca4ea29c4f2951da92340d8d546b3ca6d79d37 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 31 Jan 2023 12:31:31 +0100 Subject: [PATCH] ci: fix missing image tag in docker job Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e29fa193..f88550a91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -403,7 +403,7 @@ deploy_docs: - job: test_front optional: true - image: $CI_REGISTRY/funkwhale/ci/docker + image: $CI_REGISTRY/funkwhale/ci/docker:20 parallel: matrix: - COMPONENT: ["api", "front"]