Skip to content

Commit 4b44d4d

Browse files
fix: test docker run
1 parent 4fd6675 commit 4b44d4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sconify.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ jobs:
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 \

0 commit comments

Comments
 (0)