更新 .gitea/workflows/docker.yaml
CI/CD / build (push) Successful in 34s
Details
CI/CD / build (push) Successful in 34s
Details
This commit is contained in:
parent
11530518f3
commit
63e4d6d813
|
|
@ -26,10 +26,10 @@ jobs:
|
|||
# run: |
|
||||
# echo "${{ vars.GITEAHOST }} my_gitea" | tee -a /etc/hosts
|
||||
|
||||
- name: Test access to Gitea
|
||||
run: |
|
||||
curl -v http://host.docker.internal:3000
|
||||
curl -v http://my_gitea:3000
|
||||
# - name: Test access to Gitea
|
||||
# run: |
|
||||
# curl -v http://host.docker.internal:3000
|
||||
# curl -v http://my_gitea:3000
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue