Skip to content

Commit 7664b4e

Browse files
committed
chore: debug mainfest output
1 parent 0d50263 commit 7664b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ jobs:
173173
steps:
174174
- uses: actions/checkout@v3
175175
- uses: DeterminateSystems/nix-installer-action@main
176+
- name: Debug Merge Manifest Output
177+
run: |
178+
echo "Raw matrix_results: '${{ needs.merge_manifest.outputs.matrix_results }}'"
176179
- name: Combine versions into matrix
177180
id: set-matrix
178181
run: |

0 commit comments

Comments
 (0)