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