mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 07:49:17 +00:00
Merge pull request #7087 from sprt/fix-gha-stage
gha: Fix `stage` definition in matrix
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
stage: ${{ inputs.stage }}
|
||||
stage:
|
||||
- ${{ inputs.stage }}
|
||||
asset:
|
||||
- cloud-hypervisor
|
||||
- cloud-hypervisor-glibc
|
||||
|
Reference in New Issue
Block a user