[FEAT] 調整部署工作流以保留 Docker 建置快取

1. 修改 .gitea/workflows/deploy-demo.yaml,將 Step 5 - Cleanup 的 prune 動作替換為 echo 跳過,以保留 Docker 建置快取。
This commit is contained in:
sky121113 2026-06-03 16:41:07 +08:00
parent 2cad7290e5
commit e55fade6d7

View File

@ -80,4 +80,4 @@ jobs:
docker restart star-cloud-mqtt-worker
- name: Step 5 - Cleanup
run: docker image prune -f
run: echo "Skip docker image prune on demo to preserve Docker build cache."