We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4776b commit 968c76bCopy full SHA for 968c76b
.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: "${DOCKER_REGISTRY}/common-linux64"
+ image: "${{ env.DOCKER_REGISTRY }}/common-linux64"
24
credentials:
25
username: ${{ secrets.DOCKER_REGISTRY_USER }}
26
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
0 commit comments