Files
tiptoi-sync/.github
arnef e3e725cf7b
CI / Type-Check (push) Successful in 31s
CI / Build Android APK (push) Successful in 5m19s
CI: clean up Docker/Podman build artifacts after APK build
build-apk.sh always builds with --no-cache, which piles up images,
build cache and containers on the runner over time. Add a cleanup
step (if: always(), runs even on failure) that prunes everything via
'docker system prune -af --volumes' or the Podman equivalent, so
self-hosted runners don't fill up their disk.
2026-08-12 21:32:49 +02:00
..