From 343af71b9d06d2b9d6b21aa56bfe81fbf2b74c6d Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Sun, 4 Dec 2022 11:32:38 +0000 Subject: [PATCH] chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e444384..ed94dc5 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.2.3 + image: ghcr.io/griefed/gitlab-ci-cd:2.2.4 script: - npx semantic-release rules: -- GitLab