Skip to content

Commit 25cf416

Browse files
committed
Use var for url
1 parent 235c7fc commit 25cf416

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/developer_ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ env:
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+
1816
jobs:
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 }}

0 commit comments

Comments
 (0)