From 443a5b83275d74e801dc4ea100252bad97376407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 13 Feb 2024 09:47:26 +0100 Subject: [PATCH] release: Don't ship the coco-guest-components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the same way that doesn't make sense to ship the pause-image, it also doesn't make sense to ship the coco-guest-components itself as part an release artefact. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/build-kata-static-tarball-amd64.yaml | 2 ++ .github/workflows/build-kata-static-tarball-s390x.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index 5e0a13ac76..02ee00b07b 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -70,6 +70,8 @@ jobs: stage: release - asset: pause-image stage: release + - asset: coco-guest-components + stage: release steps: - name: Login to Kata Containers quay.io if: ${{ inputs.push-to-registry == 'yes' }} diff --git a/.github/workflows/build-kata-static-tarball-s390x.yaml b/.github/workflows/build-kata-static-tarball-s390x.yaml index e23c88f067..d4f4e311ac 100644 --- a/.github/workflows/build-kata-static-tarball-s390x.yaml +++ b/.github/workflows/build-kata-static-tarball-s390x.yaml @@ -41,6 +41,8 @@ jobs: exclude: - asset: pause-image stage: release + - asset: coco-guest-components + stage: release steps: - name: Take a pre-action for self-hosted runner run: ${HOME}/script/pre_action.sh ubuntu-2204