From ae0ed47cc71717f659189e816dbe317b4f0e30e6 Mon Sep 17 00:00:00 2001
From: RenovateBot <renovatebot@griefed.de>
Date: Fri, 4 Nov 2022 11:44:15 +0000
Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag
 to v2.2.3

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fca1f69..82823ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,10 @@ stages:
   - build
 
 services:
-  - name: ghcr.io/griefed/gitlab-ci-cd:2.2.1
+  - name: ghcr.io/griefed/gitlab-ci-cd:2.2.3
     alias: docker
 
-image: ghcr.io/griefed/gitlab-ci-cd:2.2.1
+image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
 
 workflow:
   rules:
@@ -19,7 +19,7 @@ workflow:
 
 test docker:
   stage: test
-  image: ghcr.io/griefed/gitlab-ci-cd:2.2.1
+  image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
   variables:
     project_name: $CI_PROJECT_NAME
     SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
@@ -45,7 +45,7 @@ test docker:
 release:
   needs: ['test docker']
   stage: release
-  image: ghcr.io/griefed/gitlab-ci-cd:2.2.1
+  image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
   variables:
     project_name: $CI_PROJECT_NAME
     SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
@@ -62,7 +62,7 @@ release:
 
 build:
   stage: build
-  image: ghcr.io/griefed/gitlab-ci-cd:2.2.1
+  image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
   variables:
     project_name: $CI_PROJECT_NAME
     SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
-- 
GitLab