From 10a2d108d289b9febb20f791374bf1f1a32ea757 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sat, 26 Feb 2022 09:19:25 +0000 Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e61dc76..86fc973 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ stages: - build services: - - name: griefed/gitlab-ci-cd:2.0.2 + - name: griefed/gitlab-ci-cd:2.0.3 alias: docker command: ["--experimental"] -image: griefed/gitlab-ci-cd:2.0.2 +image: griefed/gitlab-ci-cd:2.0.3 variables: project_name: $CI_PROJECT_NAME -- GitLab