diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 9bc3069..a800bd2 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -72,7 +72,7 @@ jobs: 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" + matrix: ${{ 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