Skip to content

Commit

Permalink
chore: debug mainfest output
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 20, 2024
1 parent 0d50263 commit 7664b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- name: Debug Merge Manifest Output
run: |
echo "Raw matrix_results: '${{ needs.merge_manifest.outputs.matrix_results }}'"
- name: Combine versions into matrix
id: set-matrix
run: |
Expand Down

0 comments on commit 7664b4e

Please sign in to comment.