diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 61aef33..3b8791f 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -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: |