From edd114e0ce83dd853bf9af6ff7c7266d94334720 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Thu, 4 May 2023 10:37:11 +0000 Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.10 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ff60c2..9f47b5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ stages: - build services: - - name: ghcr.io/griefed/gitlab-ci-cd:2.2.9 + - name: ghcr.io/griefed/gitlab-ci-cd:2.2.10 alias: docker command: ["--experimental"] -image: ghcr.io/griefed/gitlab-ci-cd:2.2.9 +image: ghcr.io/griefed/gitlab-ci-cd:2.2.10 variables: project_name: $CI_PROJECT_NAME -- GitLab