Merge branch 'dev' of https://gitea.airlabs.art/zyc/lty into dev
All checks were successful
Build and Deploy LTY / build-and-deploy (push) Successful in 31m8s

This commit is contained in:
pmc 2026-04-10 11:56:00 +08:00
commit 8dcef0cff2

View File

@ -91,7 +91,7 @@ jobs:
curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl" && break
echo "Download attempt $attempt failed, retrying in 5s..." && sleep 5
done
chmod +x kubectl && mv kubectl /usr/local/bin/
chmod +x kubectl && mv kubectl /usr/bin/kubectl
fi
kubectl version --client
@ -216,7 +216,7 @@ jobs:
if: always()
run: |
docker container prune -f
docker image prune -a -f
docker image prune -f
docker builder prune -a -f
echo "Disk usage after cleanup:"
df -h / | tail -1