File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 8484 - name : Pull Sconify Image
8585 run : docker pull registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }}
8686
87+ - name : test docker
88+ run : docker run \
89+ --rm \
90+ hello-world:latest
91+
8792 - name : Sconify Image Debug
8893 run : docker run \
94+ --rm \
8995 -v /var/run/docker.sock:/var/run/docker.sock \
9096 registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }} \
9197 sconify_iexec \
@@ -110,6 +116,7 @@ jobs:
110116 run : |
111117 mkdir -p /sig && echo ${{ secrets.scone-signing-key }} > /sig/enclave-key.pem
112118 docker run \
119+ --rm \
113120 -v /var/run/docker.sock:/var/run/docker.sock \
114121 registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }} \
115122 sconify_iexec \
You can’t perform that action at this time.
0 commit comments