change gitea yaml

This commit is contained in:
2026-03-15 02:15:52 +08:00
parent ee695d1621
commit 234bc265d5

View File

@@ -23,6 +23,9 @@ jobs:
# 3. 重新啟動 Docker 容器
echo "Restarting Docker Compose..."
docker compose down
docker compose up -d --build
# 清理掉沒標籤的暫存鏡像 (dangling images)
docker image prune -f
echo "Deployment successful!"