Skip to content

Commit 5d04ccc

Browse files
chore: update step Set Variables
Signed-off-by: Nikita Korolev <[email protected]>
1 parent d79c77c commit 5d04ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-matrix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
# Set Variables
35-
- name: Set Global Variables
35+
- name: Set Global Variables ${{ matrix.registry_setup.type }}
3636
run: |
3737
echo "MODULES_MODULE_SOURCE=$MODULES_REGISTRY/$MODULE_SOURCE_NAME/ce/modules" >> "$GITHUB_ENV"
38-
echo "MODULE_BUILD_PATH=${{ vars.PROD_REGISTRY }}/${{ vars.PROD_MODULE_SOURCE_NAME }}/ce/modules" >> "$GITHUB_ENV"
38+
echo "MODULE_BUILD_PATH=${{ matrix.registry_setup.registry }}/${{ matrix.registry_setup.registry_login }}:${{ matrix.registry_setup.registry_password }}ce/modules" >> "$GITHUB_ENV"
3939
4040
# Debug: Show Global Variables
4141
- name: Show Global Variables
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
# Matrix-Driven Registry Setup
54-
- name: Set Up ${{ matrix.registry_setup.type.toUpper }}
54+
- name: Set Up ${{ matrix.registry_setup.type.uppercase }}
5555
run: |
5656
echo "registry: ${{ matrix.registry_setup.registry }} <-- "
5757
echo "registry_login: ${{ matrix.registry_setup.registry_login }} <-- "

0 commit comments

Comments
 (0)