From 9f4bd16e4fcc19a2e1016bd39be99b2291febcf1 Mon Sep 17 00:00:00 2001 From: plup Date: Sun, 21 Feb 2021 16:31:46 +0100 Subject: [PATCH] cicd: used internal release image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf73a9a..6318071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,8 +117,8 @@ stg2: publish: stage: release + image: ${CI_REGISTRY}/infra/docker/jsrelease:latest script: - - npm install -g semantic-release@v17 @semantic-release/gitlab@v6.0.5 - semantic-release only: - master