Merge pull request #9080 from fidencio/topic/dont-add-the-pause-image-to-the-released-tarball

release: Don't ship the pause-image / coco-guest-components as part of the release artefacts
This commit is contained in:
Fabiano Fidêncio 2024-02-13 12:34:29 +01:00 committed by GitHub
commit 8fe7349d3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -68,6 +68,10 @@ jobs:
stage: release
- asset: cloud-hypervisor-glibc
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' }}

View File

@ -38,6 +38,11 @@ jobs:
- virtiofsd
stage:
- ${{ inputs.stage }}
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