diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 7da804b..8b3059d 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -72,8 +72,7 @@ jobs: needs: read-channels strategy: fail-fast: false - matrix: - include: ${{ fromJSON(needs.read-channels.outputs.channels) }} + 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