Skip to content

Commit d815ef6

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). 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 aee69d0 commit d815ef6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ jobs:
932932
# Branch to GitLab Trigger Mapping:
933933
# | ref_name | GITLAB_REF | BUILD_TYPE |
934934
# |--------------|--------------|-------------|
935-
# | ionos-dev | stable | dev |
936-
# | ionos-stable | stable | stable |
935+
# | ionos-dev | main | dev |
936+
# | ionos-stable | main | stable |
937937
938938
BUILD_TYPE="dev"
939939
@@ -962,7 +962,7 @@ jobs:
962962
--fail-with-body \
963963
-o response.json \
964964
--form token=${{ secrets.GITLAB_TOKEN }} \
965-
--form ref="stable" \
965+
--form ref="main" \
966966
--form "variables[GITHUB_SHA]=${{ github.sha }}" \
967967
--form "variables[ARTIFACTORY_LAST_BUILD_PATH]=${{ needs.upload-to-artifactory.outputs.ARTIFACTORY_LAST_BUILD_PATH }}" \
968968
--form "variables[NC_VERSION]=${{ needs.build-artifact.outputs.NC_VERSION }}" \

0 commit comments

Comments
 (0)