We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0d09f commit e021291Copy full SHA for e021291
.github/workflows/developer_ci.yml
@@ -12,15 +12,15 @@ env:
12
QA_TIMEOUT_PER_TEST: 150
13
# The commit of the PR to embed it in the build tag
14
RADIOSS_SHA_HEADER: ${{ github.event.pull_request.head.sha }}
15
-
+
16
jobs:
17
18
# This job is a guard to avoid running CI if workflows files are changed (even if they are not the only ones)
19
guard:
20
# runs-on: developer_ci
21
runs-on: ["dev_pmci","fr-shady"]
22
container:
23
- image: ${DOCKER_REGISTRY}/common-linux64
+ image: ${{secrets.DOCKER_REGISTRY}}/common-linux64
24
credentials:
25
username: ${{secrets.DOCKER_REGISTRY_USER}}
26
password: ${{secrets.DOCKER_REGISTRY_PASSWD}}
0 commit comments