Skip to content

Commit cf94abe

Browse files
fix: debugging
1 parent 62a0084 commit cf94abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sconify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)