fix: CI deploy workflow registry mirror access #40

Merged
jimmy merged 1 commits from dev into main 2026-04-08 02:33:06 +08:00
Owner

Fix deploy.yml workflow to use NAS IP (100.78.131.124:5501) instead of localhost for registry mirror access. CI runner container can't access 127.0.0.1 from within container network namespace.

Fix deploy.yml workflow to use NAS IP (100.78.131.124:5501) instead of localhost for registry mirror access. CI runner container can't access 127.0.0.1 from within container network namespace.
jimmy added 1 commit 2026-04-08 02:32:51 +08:00
fix: use NAS IP for registry mirror in deploy workflow
Run Tests / Backend Tests (push) Failing after 4m16s
Run Tests / Frontend Tests (push) Failing after 57s
Run Tests / Backend Tests (pull_request) Failing after 3m59s
Run Tests / Frontend Tests (pull_request) Failing after 57s
Run Tests / Test Summary (push) Failing after 12s
Run Tests / Test Summary (pull_request) Failing after 13s
bce67f4ea7
- Change mirror_host from 127.0.0.1:5501 to 100.78.131.124:5501
- CI runner container can't access localhost, needs host IP
- Increase timeout from 60s to 120s for slower pulls
- Fixes network timeout errors in deploy.yml workflow
jimmy merged commit 110268717b into main 2026-04-08 02:33:06 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jimmy/nas-tools#40