File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1212 QA_TIMEOUT_PER_TEST : 150
1313 # The commit of the PR to embed it in the build tag
1414 RADIOSS_SHA_HEADER : ${{ github.event.pull_request.head.sha }}
15- DOCKER_REGISTRY : ${{ secrets.DOCKER_REGISTRY }}
16- # DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
17- # DOCKER_REGISTRY_PASSWD: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
15+
1816jobs :
1917
2018 # This job is a guard to avoid running CI if workflows files are changed (even if they are not the only ones)
2119 guard :
2220 # runs-on: developer_ci
2321 runs-on : ["dev_pmci","fr-shady"]
24- env :
25- DOCKER_REGISTRY : ${{ secrets.DOCKER_REGISTRY }}
2622 container :
27- image : " fr-qafactorydev.europe.altair.com /common-linux64"
23+ image : " ${{ secrets.DOCKER_REGISTRY }} /common-linux64"
2824 credentials :
2925 username : ${{ secrets.DOCKER_REGISTRY_USER }}
3026 password : ${{ secrets.DOCKER_REGISTRY_PASSWD }}
You can’t perform that action at this time.
0 commit comments