Use direct git clone with Docker gateway
Build and Deploy / build-and-deploy (push) Failing after 11m28s

This commit is contained in:
2026-06-01 17:28:47 +08:00
parent 5d3aa03694
commit 9d3a07ef97
+3 -1
View File
@@ -11,7 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
run: |
git clone http://172.17.0.1:3000/kurihada/social-mcp.git .
git checkout ${{ github.sha }}
- name: Build XHS image
run: docker build --build-arg APP_NAME=xhs-mcp -t social-mcp-xhs:latest .