From 3ac8c1c833e4740e56d04791ed280a0320efb20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Thu, 14 Jul 2022 22:23:24 +0200 Subject: [PATCH] update docker-ci-image to a newer version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34dfb8de6f..c95d5915d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: # https://docs.gitlab.com/ee/ci/yaml/#shallow-cloning GIT_DEPTH: 3 GIT_CLEAN_FLAGS: -f - CACHE_IMAGE_TAG: 59fdc4df + CACHE_IMAGE_TAG: c96aef21 TAG_REGEX: '/^v[0-9]+\.[0-9]+\.[0-9]+$/' default: