File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,18 @@ jobs:
7878 username : ${{ secrets.scontain-username }}
7979 password : ${{ secrets.scontain-password }}
8080
81- - name : Pull Image to Sconify
82- run : docker pull ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
83-
84- - name : Pull Sconify Image
85- run : docker pull registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }}
86-
8781 - name : test docker
8882 run : |
8983 docker run \
9084 --rm \
9185 hello-world:latest
9286
87+ - name : Pull Image to Sconify
88+ run : docker pull ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
89+
90+ - name : Pull Sconify Image
91+ run : docker pull registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }}
92+
9393 - name : Sconify Image Debug
9494 run : |
9595 docker run \
You can’t perform that action at this time.
0 commit comments