fix: 禁用Docker构建缓存确保前端资源正确构建
- 移除GitHub Actions的Docker缓存配置 - 添加no-cache: true确保每次构建都是全新的 - 解决前端资源文件不更新的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user