更新 .gitea/workflows/docker.yaml
CI/CD / build (push) Successful in 34s Details

This commit is contained in:
zhaojun 2026-01-14 10:45:05 +08:00
parent 11530518f3
commit 63e4d6d813
1 changed files with 4 additions and 4 deletions

View File

@ -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