Skip to content

Commit 968c76b

Browse files
committed
Add env
1 parent 5a4776b commit 968c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# runs-on: developer_ci
2121
runs-on: ["dev_pmci","fr-shady"]
2222
container:
23-
image: "${DOCKER_REGISTRY}/common-linux64"
23+
image: "${{ env.DOCKER_REGISTRY }}/common-linux64"
2424
credentials:
2525
username: ${{ secrets.DOCKER_REGISTRY_USER }}
2626
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}

0 commit comments

Comments
 (0)