We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843a920 commit efc8fd8Copy full SHA for efc8fd8
.github/workflows/developer_ci.yml
@@ -12,7 +12,6 @@ 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
- DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
16
17
jobs:
18
@@ -22,7 +21,10 @@ jobs:
22
21
runs-on: ["dev_pmci","fr-shady"]
23
container:
24
image: fr-qafactorydev.europe.altair.com/common-linux64
25
-
+ credentials:
+ username: ${{secrets.DOCKER_REGISTRY_USER}}
26
+ password: ${{secrets.DOCKER_REGISTRY_PASSWD}}
27
+
28
steps:
29
- run: echo "Salut !!"
30
# - uses: actions/checkout@v4
0 commit comments