mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 05:54:26 +01:00
Let's have a GitHub action to publish the Kata Containers payload, after every push to the CCv0 branch, to the Confidential Containers `runtime-payload-ci` registry. The intention of this action is to allow developers to test new features, and easily bisect breakages that could've happened during the development process. Ideally we'd have a CI/CD pipeline where every single change would be tested with the operator, but we're not yet there. In any case, this work would still be needed. :-) It's very important to mention that this should be carefully considered on whether it should or should not be merged back to `main`, as the flow of PRs there is way higher than what we currently have as part of the CCv0 branch. Fixes: #5460 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>