7
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s Details

This commit is contained in:
dm 2024-08-13 11:10:20 +08:00
parent d4eb330b9c
commit e86cd5671e
1 changed files with 2 additions and 1 deletions

View File

@ -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