diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 905fec951..d5beefb2d 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -253,6 +253,7 @@ jobs: podman system prune --external podman system prune -a --volumes podman system reset -f + rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" build_base_database: @@ -397,6 +398,7 @@ jobs: podman system prune --external podman system prune -a --volumes podman system reset -f + rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" build_images: @@ -601,6 +603,7 @@ jobs: podman system prune --external podman system prune -a --volumes podman system reset -f + rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" clean_artifacts: