We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d50263 commit 7664b4eCopy full SHA for 7664b4e
.github/workflows/dockerhub-release-matrix.yml
@@ -173,6 +173,9 @@ jobs:
173
steps:
174
- uses: actions/checkout@v3
175
- 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 }}'"
179
- name: Combine versions into matrix
180
id: set-matrix
181
run: |
0 commit comments