From ba0d02416182df2e8ef66d1f4613c95d7ff841ec Mon Sep 17 00:00:00 2001 From: Daniel Dehennin <daniel.dehennin@ac-dijon.fr> Date: Tue, 30 Nov 2021 11:03:37 +0100 Subject: [PATCH] feat(semantic-release): use the image build by CI itself * templates/Release/Semantic-release.yaml: use `semantic-release-gitlab` image. --- templates/Release/Semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Release/Semantic-release.yaml b/templates/Release/Semantic-release.yaml index eb9ccf9..240958d 100644 --- a/templates/Release/Semantic-release.yaml +++ b/templates/Release/Semantic-release.yaml @@ -69,7 +69,7 @@ semantic-release: extends: .on-stable-with-semantic-release-config image: "$SEMANTIC_RELEASE_IMAGE" variables: - SEMANTIC_RELEASE_IMAGE: 'hub.eole.education/eole/semantic-release:latest' + SEMANTIC_RELEASE_IMAGE: 'hub.eole.education/eole/semantic-release-gitlab:latest' script: - 'semantic-release' ... -- GitLab