mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-16 18:00:52 +01:00
RHEL build test
This commit is contained in:
parent
1905bea214
commit
672a543919
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@ -251,7 +251,7 @@ jobs:
|
||||
podman rmi -i -f "${IMAGE_TAG}"
|
||||
buildah rm -a
|
||||
podman system prune --external
|
||||
podman system prune -a --volumes
|
||||
podman system prune -a --volumes -f
|
||||
podman system reset -f
|
||||
rm -rf /home/podman/.local/share/containers/
|
||||
echo "::endgroup::"
|
||||
@ -396,7 +396,7 @@ jobs:
|
||||
podman rmi -i -f "${IMAGE_TAG}"
|
||||
buildah rm -a
|
||||
podman system prune --external
|
||||
podman system prune -a --volumes
|
||||
podman system prune -a --volumes -f
|
||||
podman system reset -f
|
||||
rm -rf /home/podman/.local/share/containers/
|
||||
echo "::endgroup::"
|
||||
@ -601,7 +601,7 @@ jobs:
|
||||
echo "$TAGS" | while IFS= read -r image_name ; do podman rmi -i -f "$image_name"; done
|
||||
buildah rm -a
|
||||
podman system prune --external
|
||||
podman system prune -a --volumes
|
||||
podman system prune -a --volumes -f
|
||||
podman system reset -f
|
||||
rm -rf /home/podman/.local/share/containers/
|
||||
echo "::endgroup::"
|
||||
|
Loading…
Reference in New Issue
Block a user