Skip to content

Commit e021291

Browse files
committed
from secret
1 parent 2a0d09f commit e021291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/developer_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +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-
15+
1616
jobs:
1717

1818
# This job is a guard to avoid running CI if workflows files are changed (even if they are not the only ones)
1919
guard:
2020
# runs-on: developer_ci
2121
runs-on: ["dev_pmci","fr-shady"]
2222
container:
23-
image: ${DOCKER_REGISTRY}/common-linux64
23+
image: ${{secrets.DOCKER_REGISTRY}}/common-linux64
2424
credentials:
2525
username: ${{secrets.DOCKER_REGISTRY_USER}}
2626
password: ${{secrets.DOCKER_REGISTRY_PASSWD}}

0 commit comments

Comments
 (0)