Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 17:19:51 +00:00
parent 762db57e66
commit e6d83c711c
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

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