mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-01 07:36:00 +02:00
RHEL build test
This commit is contained in:
parent
a8898895ec
commit
dfc6a4a61d
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@ -249,7 +249,7 @@ jobs:
|
|||||||
echo "::group::Result"
|
echo "::group::Result"
|
||||||
echo "podman rmi -i -f \"${IMAGE_TAG}\""
|
echo "podman rmi -i -f \"${IMAGE_TAG}\""
|
||||||
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 --external
|
||||||
podman system prune -a --volumes -f
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f 2>/dev/null || true
|
podman system reset -f 2>/dev/null || true
|
||||||
@ -394,7 +394,7 @@ jobs:
|
|||||||
echo "::group::Result"
|
echo "::group::Result"
|
||||||
echo "podman rmi -i -f \"${IMAGE_TAG}\""
|
echo "podman rmi -i -f \"${IMAGE_TAG}\""
|
||||||
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 --external
|
||||||
podman system prune -a --volumes -f
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f 2>/dev/null || true
|
podman system reset -f 2>/dev/null || true
|
||||||
@ -599,7 +599,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "::group::Result"
|
echo "::group::Result"
|
||||||
echo "$TAGS" | while IFS= read -r image_name ; do podman rmi -i -f "$image_name"; done
|
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 --external
|
||||||
podman system prune -a --volumes -f
|
podman system prune -a --volumes -f
|
||||||
podman system reset -f 2>/dev/null || true
|
podman system reset -f 2>/dev/null || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user