mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 14:04:22 +01:00
Let's create a GitHub action to automate the Kata Containers payload generation for the Confidential Containers project. This GitHub action builds the artefacts (in parallel), merges them into a single tarball, generates the payload with the resulting tarball, and uploads the payload to the Confidential Containers quay.io. It expects the tags to be used to be in the `CC-x.y.z` format, with x, y, and z being numbers. Fixes: #5330 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>