Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
6ccc00d037
commit
cde3ca5290
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue