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