Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 17:25:22 +00:00
parent 14992dc444
commit 7ab6204bc9
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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: |