Release needs to run in a Container

This commit is contained in:
Greg Hellings
2025-04-01 14:19:48 -05:00
parent 7efca436e0
commit 03bb96f3d6
+2
View File
@@ -41,6 +41,8 @@ build:
"Create release":
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
tags:
- docker
rules:
- if: $CI_COMMIT_BRANCH == "main"
when: always