Skip to content

Commit efc8fd8

Browse files
committed
Use cred
1 parent 843a920 commit efc8fd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/developer_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ 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_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
1615

1716
jobs:
1817

@@ -22,7 +21,10 @@ jobs:
2221
runs-on: ["dev_pmci","fr-shady"]
2322
container:
2423
image: fr-qafactorydev.europe.altair.com/common-linux64
25-
24+
credentials:
25+
username: ${{secrets.DOCKER_REGISTRY_USER}}
26+
password: ${{secrets.DOCKER_REGISTRY_PASSWD}}
27+
2628
steps:
2729
- run: echo "Salut !!"
2830
# - uses: actions/checkout@v4

0 commit comments

Comments
 (0)