File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments