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:
|
||||
runs-on: ci-os
|
||||
outputs:
|
||||
channels: fromJson(${{ steps.export-channels.outputs.channels }})
|
||||
channels: ${{ steps.export-channels.outputs.channels }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -77,11 +76,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
echo "Matrix raw => ${{ string(matrix) }}"
|
||||
echo "Channel => ${{ matrix.channel }}"
|
||||
echo "Platform => ${{ matrix.platform }}"
|
||||
|
||||
- id: set-context
|
||||
name: Determine Context
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue