From e86cd5671e360531d0f9a16c4d79a5270a4dee56 Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 13 Aug 2024 11:10:20 +0800 Subject: [PATCH] 7 --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dd1e958..7e632a4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,7 +22,8 @@ jobs: with: fetch-depth: 0 - run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner." - - run: go env -w GOPROXY=https://goproxy.cn,direct + - name: Set Go Proxy + run: go env -w GOPROXY=https://goproxy.cn,direct - name: Build Docker image run: docker build -t my-docker-image . - name: Deploy to local Docker