perf: optimize docker build with pnpm cache mounts and less aggressive pruning
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Failing after 1m5s
Build & Deploy / 🧪 QA (push) Successful in 3m46s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / ⚡ PageSpeed (push) Has been skipped
Build & Deploy / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-08 13:06:55 +01:00
parent ecb4f4450c
commit c4cd716dae
2 changed files with 10 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ jobs:
shell: bash
run: |
docker image prune -f || true
docker builder prune -f --filter "until=24h" || true
docker builder prune -f --filter "until=168h" || true
- name: Checkout repository
uses: actions/checkout@v4