1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-03 01:44:29 +00:00

gha: Fix stage definition in matrix

This defines `stage` as a list instead of a literal to fix the GHA CI.

Fixes: 

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2023-06-12 11:24:45 -07:00
parent 977309a281
commit 0e2379909b

@@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
stage: ${{ inputs.stage }} stage:
- ${{ inputs.stage }}
asset: asset:
- cloud-hypervisor - cloud-hypervisor
- cloud-hypervisor-glibc - cloud-hypervisor-glibc