From 3b62e7e1ae6c3e0bd445219a66f247f14e3227e9 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sat, 4 Feb 2023 11:32:34 +0000 Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7541115..57e9406 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.5 + - name: ghcr.io/griefed/gitlab-ci-cd:2.2.6 alias: docker command: ["--experimental"] -image: ghcr.io/griefed/gitlab-ci-cd:2.2.5 +image: ghcr.io/griefed/gitlab-ci-cd:2.2.6 variables: project_name: $CI_PROJECT_NAME -- GitLab