Skip to content

Commit cb043d7

Browse files
MERGE_REQUEST_ROBOT_TOKENJanEbbing
authored andcommitted
fix: Set explicit image for gitlab release job to avoid missing $HOME issue
1 parent 424aad4 commit cb043d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ publish_manual:
234234

235235
gitlab release:
236236
stage: publish
237+
image: registry.gitlab.com/gitlab-org/release-cli:latest
237238
extends: .create_gitlab_release
238239
rules:
239240
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed GitLab release job using wrong image by explicitly setting `image: registry.gitlab.com/gitlab-org/release-cli:latest`.
810

911
## [1.15.0] - 2026-03-26
1012
### Added

0 commit comments

Comments
 (0)