From dfc6a4a61d5b465d5d60bb574101712a7d9ff975 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 15 Feb 2024 05:51:39 +0900 Subject: [PATCH] RHEL build test --- .github/workflows/images_build_rhel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 2984effad..f3a1d87b3 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -249,7 +249,7 @@ jobs: echo "::group::Result" echo "podman rmi -i -f \"${IMAGE_TAG}\"" podman rmi -i -f "${IMAGE_TAG}" - buildah rm -a + buildah rm -a || true podman system prune --external podman system prune -a --volumes -f podman system reset -f 2>/dev/null || true @@ -394,7 +394,7 @@ jobs: echo "::group::Result" echo "podman rmi -i -f \"${IMAGE_TAG}\"" podman rmi -i -f "${IMAGE_TAG}" - buildah rm -a + buildah rm -a || true podman system prune --external podman system prune -a --volumes -f podman system reset -f 2>/dev/null || true @@ -599,7 +599,7 @@ jobs: run: | echo "::group::Result" echo "$TAGS" | while IFS= read -r image_name ; do podman rmi -i -f "$image_name"; done - buildah rm -a + buildah rm -a || true podman system prune --external podman system prune -a --volumes -f podman system reset -f 2>/dev/null || true