diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index b91b23e1b..2984effad 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -252,7 +252,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" @@ -397,7 +397,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::" @@ -602,7 +602,7 @@ jobs: buildah rm -a podman system prune --external podman system prune -a --volumes -f - podman system reset -f + podman system reset -f 2>/dev/null || true #rm -rf /home/podman/.local/share/containers/ echo "::endgroup::"