Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
14992dc444
commit
7ab6204bc9
1 changed files with 1 additions and 7 deletions
|
@ -14,8 +14,7 @@ jobs:
|
||||||
#################################################################
|
#################################################################
|
||||||
read-channels:
|
read-channels:
|
||||||
runs-on: ci-os
|
runs-on: ci-os
|
||||||
outputs:
|
channels: ${{ steps.export-channels.outputs.channels }}
|
||||||
channels: fromJson(${{ steps.export-channels.outputs.channels }})
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -77,11 +76,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: |
|
|
||||||
echo "Matrix raw => ${{ string(matrix) }}"
|
|
||||||
echo "Channel => ${{ matrix.channel }}"
|
|
||||||
echo "Platform => ${{ matrix.platform }}"
|
|
||||||
|
|
||||||
- id: set-context
|
- id: set-context
|
||||||
name: Determine Context
|
name: Determine Context
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue