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

This commit is contained in:
dm 2024-08-13 11:09:12 +08:00
parent 536ee39be0
commit d4eb330b9c
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ 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: Build Docker image
run: docker build -t my-docker-image .
- name: Deploy to local Docker