Skip to content

Commit de4baa4

Browse files
MERGE_REQUEST_ROBOT_TOKENJanEbbing
authored andcommitted
fix: Set explicit image for gitlab release CI job
1 parent ab19088 commit de4baa4

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
@@ -178,6 +178,7 @@ test_manual:
178178
gitlab release:
179179
stage: publish
180180
extends: .create_gitlab_release
181+
image: registry.gitlab.com/gitlab-org/release-cli:latest
181182
before_script:
182183
- echo "overriding default before_script..."
183184
rules:

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+
- Set explicit image for `gitlab release` CI job to avoid missing `$HOME` issues.
810

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

0 commit comments

Comments
 (0)