优化 Docker 构建流程,移除构建缓存选项
Some checks failed
构建并运行 Docker / build (push) Failing after 12m9s

This commit is contained in:
2025-07-31 18:33:46 +08:00
parent 51ef838add
commit 1b41d10574

View File

@ -23,7 +23,7 @@ jobs:
max-attempts: 5 max-attempts: 5
- name: 构建 Docker 镜像 - name: 构建 Docker 镜像
run: docker build --cache-from type=gha --cache-to type=gha,mode=max -t watch-stock-list:latest . run: docker build -t watch-stock-list:latest .
- name: 启动/重启服务Docker Compose - name: 启动/重启服务Docker Compose
run: | run: |