Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 16:48:34 +00:00
parent 6ccc00d037
commit cde3ca5290
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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