We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44d4d commit 7925499Copy full SHA for 7925499
.github/workflows/sconify.yml
@@ -85,12 +85,14 @@ jobs:
85
run: docker pull registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }}
86
87
- name: test docker
88
- run: docker run \
+ run: |
89
+ docker run \
90
--rm \
91
hello-world:latest
92
93
- name: Sconify Image Debug
94
95
96
97
-v /var/run/docker.sock:/var/run/docker.sock \
98
registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }} \
0 commit comments