更新 GitHub Actions 工作流,构建 XMRig 镜像时添加 --no-cache 选项以确保使用最新的依赖项。
Some checks failed
Build XMRig / build-xmrig-linux-static (push) Has been cancelled
Some checks failed
Build XMRig / build-xmrig-linux-static (push) Has been cancelled
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
-
|
||||
name: Build XMRig
|
||||
run: |
|
||||
docker build -t xmrig:latest .
|
||||
docker build --no-cache -t xmrig:latest .
|
||||
-
|
||||
name: Copy XMRig
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user