We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df28785 commit 2859614Copy full SHA for 2859614
.github/workflows/developer_ci.yml
@@ -20,7 +20,7 @@ jobs:
20
# runs-on: developer_ci
21
runs-on: ["dev_pmci","fr-shady"]
22
container:
23
- image: "${{secrets.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