File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,10 @@ jobs:
116116 run : |
117117 FROM_IMAGE=${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
118118 DEBUG_IMAGE=$FROM_IMAGE-scone-debug-${{ inputs.sconify-version }}
119+ echo "debug-image=$DEBUG_IMAGE"
119120 echo "debug-image=$DEBUG_IMAGE" >> "$GITHUB_OUTPUT"
120121 PROD_IMAGE=$FROM_IMAGE-scone-prod-${{ inputs.sconify-version }}
122+ echo "prod-image=$PROD_IMAGE"
121123 echo "prod-image=$PROD_IMAGE" >> "$GITHUB_OUTPUT"
122124 SCONIFY_CMD="sconify_iexec"
123125 # REQUIRED:
@@ -146,7 +148,7 @@ jobs:
146148 # DEBUG
147149 # --verbose --no-color options
148150 SCONIFY_CMD+=" --verbose --no-color"
149- echo "sconify-base-command: $SCONIFY_CMD"
151+ echo "sconify-base-command= $SCONIFY_CMD"
150152 echo "sconify-base-command=$SCONIFY_CMD" >> "$GITHUB_OUTPUT"
151153
152154 - name : Login to Docker Registry
You can’t perform that action at this time.
0 commit comments