File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
33
33
steps :
34
34
# Set Variables
35
- - name : Set Global Variables
35
+ - name : Set Global Variables ${{ matrix.registry_setup.type }}
36
36
run : |
37
37
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"
39
39
40
40
# Debug: Show Global Variables
41
41
- name : Show Global Variables
51
51
uses : actions/checkout@v4
52
52
53
53
# Matrix-Driven Registry Setup
54
- - name : Set Up ${{ matrix.registry_setup.type.toUpper }}
54
+ - name : Set Up ${{ matrix.registry_setup.type.uppercase }}
55
55
run : |
56
56
echo "registry: ${{ matrix.registry_setup.registry }} <-- "
57
57
echo "registry_login: ${{ matrix.registry_setup.registry_login }} <-- "
You can’t perform that action at this time.
0 commit comments