6
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
536ee39be0
commit
d4eb330b9c
|
@ -22,9 +22,10 @@ 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
|
||||
run: docker run -d -p 8080:80 my-docker-image
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue