fix: ignore prune errors when images are in use
This commit is contained in:
parent
8ba5e9e8e0
commit
a62464457d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,4 +79,4 @@ jobs:
|
|||
|
||||
# --- LIMPEZA ---
|
||||
echo "Limpando imagens antigas..."
|
||||
podman image prune -f
|
||||
podman image prune -f || true
|
||||
Loading…
Reference in a new issue