ci: tighten docker maintenance window and fix yaml syntax
Some checks failed
Build & Deploy KLZ Cables / 🔍 Prepare Environment (push) Successful in 19s
Build & Deploy KLZ Cables / 🧪 Quality Assurance (push) Successful in 1m37s
Build & Deploy KLZ Cables / 🏗️ Build Gatekeeper (push) Successful in 22s
Build & Deploy KLZ Cables / 🏗️ Build App (push) Successful in 4m23s
Build & Deploy KLZ Cables / 🚀 Deploy (push) Successful in 43s
Build & Deploy KLZ Cables / ⚡ PageSpeed (push) Failing after 2m23s
Build & Deploy KLZ Cables / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-02 14:57:14 +01:00
parent acd86099e5
commit f87eb27f41

View File

@@ -42,12 +42,12 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: 🧹 Cleanup disk space
- name: 🧹 Maintenance (High Density Cleanup)
shell: bash
run: |
echo "🧹 Cleaning up dangling Docker images and stale build cache..."
docker system prune -f --filter "until=24h"
docker image prune -f --filter "dangling=true"
echo "Purging old build layers and dangling images..."
docker image prune -f
docker builder prune -f --filter "until=6h"
- name: Checkout repository
uses: actions/checkout@v4