fix: 禁用Docker构建缓存确保前端资源正确构建

- 移除GitHub Actions的Docker缓存配置
- 添加no-cache: true确保每次构建都是全新的
- 解决前端资源文件不更新的问题
This commit is contained in:
2026-05-04 20:37:05 +08:00
parent e229e31079
commit a29ceb690d
+1 -2
View File
@@ -51,6 +51,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true
platforms: linux/amd64,linux/arm64