7
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
d4eb330b9c
commit
e86cd5671e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue