fix(ci): use nas:host runner with localhost:3300 for claude-dev CI
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Has been cancelled
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Has been cancelled
The act Docker containers on the NAS runner cannot reach Gitea on the gitea_gitea network despite the runner config. Switching to the 'nas' runner label which uses host mode — jobs run directly on the NAS host where localhost:3300 reaches Gitea. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -17,12 +17,12 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
deploy-claude-dev-dev:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: nas
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
if [ ! -d .git ]; then
|
||||
git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://172.21.0.4:3000/${GITHUB_REPOSITORY}.git" .
|
||||
git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://localhost:3300/${GITHUB_REPOSITORY}.git" .
|
||||
fi
|
||||
|
||||
- name: Resolve image tags
|
||||
|
||||
Reference in New Issue
Block a user