Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 17:10:20 +00:00
parent 1da94de293
commit 27f17ec618
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -72,8 +72,7 @@ jobs:
needs: read-channels needs: read-channels
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: ${{ fromJSON(needs.read-channels.outputs.channels) }}
include: ${{ fromJSON(needs.read-channels.outputs.channels) }}
# This means: for each object in the array, we have "matrix.channel" and "matrix.platform" # This means: for each object in the array, we have "matrix.channel" and "matrix.platform"
steps: steps:
- name: Checkout - name: Checkout