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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
echo "Matrix raw => ${{ toJson(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