From 9026e52f20c536ed47cc8aa81ea5d99e8d7b99f8 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Mon, 4 Jul 2022 06:57:18 +0000 Subject: [PATCH] chore(deps): update dependency griefed/gitlab-ci-cd to v2.0.8 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a5a7b8..289e03c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ stages: - build services: - - name: griefed/gitlab-ci-cd:2.0.7 + - name: griefed/gitlab-ci-cd:2.0.8 alias: docker command: ["--experimental"] -image: griefed/gitlab-ci-cd:2.0.7 +image: griefed/gitlab-ci-cd:2.0.8 variables: project_name: $CI_PROJECT_NAME -- GitLab