From 046dad3a6881a1c52650f41680de266aeff44583 Mon Sep 17 00:00:00 2001 From: vasileios Date: Thu, 9 Jan 2025 15:16:13 +0100 Subject: [PATCH] Updated supported tags for v3 in docker json config file --- docker/ci/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/ci/config.json b/docker/ci/config.json index 47999349e9..a1099a5335 100644 --- a/docker/ci/config.json +++ b/docker/ci/config.json @@ -5,6 +5,11 @@ "tag": "latest", "hasExtensionsVariant": true }, + { + "gitRef": "stable/3.0.x", + "tag": null, + "hasExtensionsVariant": true + }, { "gitRef": "stable/2.8.x", "tag": null,