Skip to content

Commit 7925499

Browse files
fix: multiline
1 parent 4b44d4d commit 7925499

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sconify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,14 @@ jobs:
8585
run: docker pull registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }}
8686

8787
- name: test docker
88-
run: docker run \
88+
run: |
89+
docker run \
8990
--rm \
9091
hello-world:latest
9192
9293
- name: Sconify Image Debug
93-
run: docker run \
94+
run: |
95+
docker run \
9496
--rm \
9597
-v /var/run/docker.sock:/var/run/docker.sock \
9698
registry.scontain.com/scone-production/iexec-sconify-image:${{ inputs.sconify-version }} \

0 commit comments

Comments
 (0)