From 5057ef932aa155d3e38c0c0cb1c0543e7876533b Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Tue, 10 Oct 2023 17:32:08 +0300 Subject: [PATCH] Add image for createGitlabRelease --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 223f8320d..b031b9f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ stages: createGitlabRelease: stage: release + image: registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG script: -- GitLab