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