fix: ignore prune errors when images are in use

This commit is contained in:
Tiago Yamamoto 2025-12-29 10:38:53 -03:00
parent 8ba5e9e8e0
commit a62464457d

View file

@ -79,4 +79,4 @@ jobs:
# --- LIMPEZA ---
echo "Limpando imagens antigas..."
podman image prune -f
podman image prune -f || true