From 762db57e664e123970057bda29bb19e3386f179e Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 3 Jan 2025 17:16:54 +0000 Subject: [PATCH] Update .forgejo/workflows/build-images.yaml --- .forgejo/workflows/build-images.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 }}"