Skip to content

Commit 6ea9660

Browse files
fix: multiline
1 parent 7925499 commit 6ea9660

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sconify.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)