Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
4d386acca8
commit
1da94de293
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
echo "Matrix raw => ${{ toJson(matrix) }}"
|
||||
echo "Channel => ${{ matrix.channel }}"
|
||||
echo "Platform => ${{ matrix.platform }}"
|
||||
|
||||
- id: set-context
|
||||
name: Determine Context
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue