Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, the CI LVH VM images usage is broken in the action. For example, "kind-ci:5.15-20230925.121928" cannot be used due to: cp: can't stat '/data/images/kind-ci_5.15.qcow2.zst': No such file or directory This is because the actual image name doesn't contain "-ci". Fix this, by removing the "-ci" suffix from the image name derivation. Signed-off-by: Martynas Pumputis <[email protected]>
- Loading branch information