From 0801684605ecf55b049642bf8be1008334faf284 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 1 Apr 2025 21:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E6=9E=84=E5=BB=BA=20XMRig?= =?UTF-8?q?=20=E9=95=9C=E5=83=8F=E6=97=B6=E6=B7=BB=E5=8A=A0=20--no-cache?= =?UTF-8?q?=20=E9=80=89=E9=A1=B9=E4=BB=A5=E7=A1=AE=E4=BF=9D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=9C=80=E6=96=B0=E7=9A=84=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41e595b..1ca09e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |