diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index e20d341..6474721 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - include: ${{ fromJSON(needs.read-channels.outputs.channels) }} + include: ${{ needs.read-channels.outputs.channels }} # This means: for each object in the array, we have "matrix.channel" and "matrix.platform" steps: - name: Checkout