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