Skip to content

Commit 7bd8239

Browse files
fix: command
1 parent 6ea9660 commit 7bd8239

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/sconify.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ jobs:
7878
username: ${{ secrets.scontain-username }}
7979
password: ${{ secrets.scontain-password }}
8080

81-
- name: test docker
82-
run: |
83-
docker run \
84-
--rm \
85-
hello-world:latest
86-
8781
- name: Pull Image to Sconify
8882
run: docker pull ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
8983

@@ -100,7 +94,7 @@ jobs:
10094
--from=${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }} \
10195
--to=${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}-scone-debug-${{ inputs.sconify-version }} \
10296
--binary-fs \
103-
--fs-dir=${{ inputs.fs-dir }}
97+
--fs-dir=${{ inputs.fs-dir }} \
10498
--host-path=/etc/hosts \
10599
--host-path=/etc/resolv.conf \
106100
--binary=${{ inputs.binary }}
@@ -125,15 +119,15 @@ jobs:
125119
--from=${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }} \
126120
--to=${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}-scone-prod-${{ inputs.sconify-version }} \
127121
--binary-fs \
128-
--fs-dir=${{ inputs.fs-dir }}
122+
--fs-dir=${{ inputs.fs-dir }} \
129123
--host-path=/etc/hosts \
130124
--host-path=/etc/resolv.conf \
131125
--binary=${{ inputs.binary }}
132126
--heap=${{ inputs.heap }} \
133127
--dlopen=${{ inputs.dlopen }} \
134128
--no-color \
135129
--verbose \
136-
--command="${{ inputs.command }}"
130+
--command="${{ inputs.command }}" \
137131
--scone-signer=/sig/enclave-key.pem
138132
139133
- name: Push Prod Image

0 commit comments

Comments
 (0)