mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
cc: gha: Fix rootfs relatex names
Steve pointed this out, and I was able to get it fixed as part of cc-payload-amd64.yaml but I missed the cc-payload-after-push-amd64.yaml one. Fixes: #7433 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- ovmf
|
- ovmf
|
||||||
- qemu-snp-experimental
|
- qemu-snp-experimental
|
||||||
- qemu-tdx-experimental
|
- qemu-tdx-experimental
|
||||||
- cc-sev-rootfs-initrd
|
- rootfs-initrd-sev
|
||||||
- cc-tdx-td-shim
|
- cc-tdx-td-shim
|
||||||
- tdvf
|
- tdvf
|
||||||
include:
|
include:
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- measured_rootfs: yes
|
- measured_rootfs: yes
|
||||||
asset: cc-rootfs-image
|
asset: cc-rootfs-image
|
||||||
- measured_rootfs: yes
|
- measured_rootfs: yes
|
||||||
asset: cc-tdx-rootfs-image
|
asset: rootfs-image-tdx
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
Reference in New Issue
Block a user