diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 57bb590..c087311 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://host.docker.internal:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://192.168.31.221:3300/${GITHUB_REPOSITORY}.git" . fi - name: Setup Python @@ -108,7 +108,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://host.docker.internal:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://192.168.31.221:3300/${GITHUB_REPOSITORY}.git" . fi - name: Setup Node.js @@ -186,7 +186,7 @@ jobs: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --depth=1 "http://host.docker.internal:3300/${GITHUB_REPOSITORY}.git" . + git clone --depth=1 "http://192.168.31.221:3300/${GITHUB_REPOSITORY}.git" . fi - name: Warm mirror cache for base images