From 9a4089a05cfa87ecf681bb292cf995ea9a59ee8f Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 27 Nov 2025 15:23:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 33b19f7..ae1f4df 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - name: generate - uses: ccr.ccs.tencentyun.com/xiaoqidun/build + uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/build:latest with: args: build -f build.sh -i ihash.go -o release/ihash - name: docker goenv