Skip to content

Commit 1c4fc10

Browse files
committed
chore: add more debug info
1 parent 6e87ab5 commit 1c4fc10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ runs:
154154
run: |
155155
# Parse the architecture tags JSON
156156
ARCH_TAGS='${{ inputs.architecture-tags }}'
157+
echo "Arch tags: $ARCH_TAGS"
157158
BASE_IMAGE=$(echo "${{ steps.meta.outputs.tags }}" | cut -d ':' -f 1)
158159
BASE_TAG=$(echo "${{ steps.meta.outputs.tags }}" | cut -d ':' -f 2)
159160
@@ -165,7 +166,7 @@ runs:
165166
DIGEST=$(echo $ARCH_TAGS | jq -r ".[\"$ARCH_TAG\"]")
166167
MANIFEST_CMD="$MANIFEST_CMD ${BASE_IMAGE}@${DIGEST}"
167168
done
168-
169+
echo "Executing manifest command: $MANIFEST_CMD"
169170
# Execute the manifest commands
170171
eval $MANIFEST_CMD
171172
docker manifest push ${BASE_IMAGE}:${BASE_TAG}

0 commit comments

Comments
 (0)