diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index cc1734c..e147c04 100644 --- a/.github/workflows/linuxboot-example.yml +++ b/.github/workflows/linuxboot-example.yml @@ -39,4 +39,7 @@ jobs: auto-upload-artifacts-if-no-files-found: 'warn' auto-upload-artifacts-compression-level: '6' auto-upload-artifacts-overwrite: 'true' + + # Remove containers and their volumes after each module is build + prune: 'true' # ANCHOR_END: AllFeatures