diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 8b3059d..9bc3069 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -71,15 +71,14 @@ jobs: runs-on: ci-os needs: read-channels strategy: - fail-fast: false - matrix: ${{ fromJSON(needs.read-channels.outputs.channels) }} - # This means: for each object in the array, we have "matrix.channel" and "matrix.platform" + #fail-fast: false + matrix: ${{ fromJSON(needs.read-channels.outputs.channels) }} # This means: for each object in the array, we have "matrix.channel" and "matrix.platform" steps: - name: Checkout uses: actions/checkout@v4 - run: | - echo "Matrix raw => ${{ toJson(matrix) }}" + echo "Matrix raw => ${{ string(matrix) }}" echo "Channel => ${{ matrix.channel }}" echo "Platform => ${{ matrix.platform }}"