From 5c1477085fe4ef64a7d677a66352cfb30d83e3d9 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sun, 4 Dec 2022 11:33:40 +0000 Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.4 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5c8d65..d3d6c6d 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.3 + - name: ghcr.io/griefed/gitlab-ci-cd:2.2.4 alias: docker command: ["--experimental"] -image: ghcr.io/griefed/gitlab-ci-cd:2.2.3 +image: ghcr.io/griefed/gitlab-ci-cd:2.2.4 variables: project_name: $CI_PROJECT_NAME -- GitLab