14
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m45s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m45s
Details
This commit is contained in:
parent
c19b1b80bc
commit
1e64925340
|
@ -29,6 +29,7 @@ jobs:
|
||||||
# - name: Set Go Proxy
|
# - name: Set Go Proxy
|
||||||
# run: go env -w GOPROXY=https://goproxy.cn,direct
|
# run: go env -w GOPROXY=https://goproxy.cn,direct
|
||||||
|
|
||||||
|
|
||||||
- name: Stop and remove previous Docker containers
|
- name: Stop and remove previous Docker containers
|
||||||
run: |
|
run: |
|
||||||
docker ps -q --filter "ancestor=my-docker-image" | xargs -r docker stop
|
docker ps -q --filter "ancestor=my-docker-image" | xargs -r docker stop
|
||||||
|
|
Loading…
Reference in New Issue