Skip to content

Commit 060f832

Browse files
IONOS(ci): Change GitLab ref from 'stable' to 'main'
Update trigger-remote-dev-workflow to target the main branch in GitLab for branch types (ionos-dev, ionos-stable, rc/*). This aligns with the GitLab repository structure where main is the target branch for container image builds. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent a496193 commit 060f832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-artifact.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,8 @@ jobs:
941941
# Branch to GitLab Trigger Mapping:
942942
# | ref_name | GITLAB_REF | BUILD_TYPE |
943943
# |--------------|--------------|-------------|
944-
# | ionos-dev | stable | dev |
945-
# | ionos-stable | stable | stable |
944+
# | ionos-dev | main | dev |
945+
# | ionos-stable | main | stable |
946946
947947
BUILD_TYPE="dev"
948948
@@ -971,7 +971,7 @@ jobs:
971971
--fail-with-body \
972972
-o response.json \
973973
--form token=${{ secrets.GITLAB_TOKEN }} \
974-
--form ref="stable" \
974+
--form ref="main" \
975975
--form "variables[GITHUB_SHA]=${{ github.sha }}" \
976976
--form "variables[ARTIFACTORY_LAST_BUILD_PATH]=${{ needs.upload-to-artifactory.outputs.ARTIFACTORY_LAST_BUILD_PATH }}" \
977977
--form "variables[NC_VERSION]=${{ needs.build-artifact.outputs.NC_VERSION }}" \

0 commit comments

Comments
 (0)