File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 - name : Set per‑runner variables
5454 run : |
55- echo "CONTAINER_NAME=testrun-${{ matrix.tag }}-$RUNNER_NAME" >> $GITHUB_ENV
55+ echo "CONTAINER_NAME=testrun-${{ matrix.tag }}-${ RUNNER_NAME// /_} " >> $GITHUB_ENV
5656
5757 - name : Check event name
5858 run : echo ${{ github.event_name }}
Original file line number Diff line number Diff line change 8989 - name : Set per-runner tags
9090 run : |
9191 echo "RUNNER_NAME=$RUNNER_NAME" >> $GITHUB_ENV
92- echo "DOCKER_IMAGE=${{ matrix.name }}-$RUNNER_NAME" >> $GITHUB_ENV
93- echo "CONTAINER_BASENAME=testrun-${{ matrix.name }}-$RUNNER_NAME" >> $GITHUB_ENV
92+ echo "DOCKER_IMAGE=${{ matrix.name }}-${ RUNNER_NAME// /_} " >> $GITHUB_ENV
93+ echo "CONTAINER_BASENAME=testrun-${{ matrix.name }}-${ RUNNER_NAME// /_} " >> $GITHUB_ENV
9494
9595 - name : Build docker image
9696 run : |
You can’t perform that action at this time.
0 commit comments