chore: migrate git host from git.neo24.net to git.neoh.ir

This commit is contained in:
2026-08-03 23:47:14 +03:00
parent 46cd5ef96c
commit ffb003806f
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ Edit the service and set your values:
```yaml
services:
github-runner-myorg:
image: git.neo24.net/public/github-action-runner:latest
image: git.neoh.ir/public/github-action-runner:latest
#image: myoung34/github-runner:latest
restart: unless-stopped
container_name: github-runner-myorg
@@ -105,12 +105,12 @@ create that folder with `mkdir -p data/<org>`.
- The runner group **must** be named `self-hosted` so it matches
`RUNNER_GROUP: self-hosted` in `docker-compose.yml`.
- The default image is mirrored to `git.neo24.net/public/github-action-runner:latest`.
- The default image is mirrored to `git.neoh.ir/public/github-action-runner:latest`.
To re-mirror the upstream image (see `cmd-to-push.txt`):
```bash
docker buildx imagetools create \
--tag git.neo24.net/public/github-action-runner:latest \
--tag git.neoh.ir/public/github-action-runner:latest \
myoung34/github-runner:latest
```