diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 45b192c..c1c43e2 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -77,7 +77,7 @@ jobs: - name: Prune Docker to reclaim disk run: | - docker system prune -f + docker system prune -f 2>&1 || echo "prune skipped (another prune in progress)" df -h / # ── El SDK setup ────────────────────────────────────────────────────── diff --git a/.gitea/workflows/stage.yaml b/.gitea/workflows/stage.yaml index 0fd04d2..0f314fd 100644 --- a/.gitea/workflows/stage.yaml +++ b/.gitea/workflows/stage.yaml @@ -98,7 +98,7 @@ jobs: - name: Prune Docker to reclaim disk run: | - docker system prune -f + docker system prune -f 2>&1 || echo "prune skipped (another prune in progress)" df -h / - name: Compute image tag