From 21450399958a6bdcc3bb1db851d896b7e1c11a31 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Tue, 4 Oct 2022 10:32:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab27e22..c94d447 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ Release: - job: 'Gradle Test' artifacts: false stage: Release - image: ghcr.io/griefed/gitlab-ci-cd:2.0.9 + image: ghcr.io/griefed/gitlab-ci-cd:2.2.2 script: - npx semantic-release rules: -- GitLab