Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
762db57e66
commit
e6d83c711c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ jobs:
|
||||||
needs: read-channels
|
needs: read-channels
|
||||||
strategy:
|
strategy:
|
||||||
#fail-fast: false
|
#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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue