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