diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 68b2bde..d77af94 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -18,7 +18,7 @@ jobs: run: | rm -rf /opt/workspace/website mkdir -p /opt/workspace/website - git clone https://github.com/huxin/website.git /opt/workspace/website + git clone http://127.0.0.1:3000/huxin/website.git /opt/workspace/website cd /opt/workspace/website docker build -t website-v1:latest "." docker stop website-v1 || true