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 ```yaml
services: services:
github-runner-myorg: 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 #image: myoung34/github-runner:latest
restart: unless-stopped restart: unless-stopped
container_name: github-runner-myorg 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 - The runner group **must** be named `self-hosted` so it matches
`RUNNER_GROUP: self-hosted` in `docker-compose.yml`. `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`): To re-mirror the upstream image (see `cmd-to-push.txt`):
```bash ```bash
docker buildx imagetools create \ 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 myoung34/github-runner:latest
``` ```
+1 -1
View File
@@ -1 +1 @@
docker buildx imagetools create --tag git.neo24.net/public/github-action-runner:latest myoung34/github-runner:latest docker buildx imagetools create --tag git.neoh.ir/public/github-action-runner:latest myoung34/github-runner:latest
+1 -1
View File
@@ -1,7 +1,7 @@
# https://github.com/myoung34/docker-github-actions-runner/wiki/Usage # https://github.com/myoung34/docker-github-actions-runner/wiki/Usage
services: services:
github-runner-myorg: 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 #image: myoung34/github-runner:latest
restart: unless-stopped restart: unless-stopped
container_name: github-runner-myorg container_name: github-runner-myorg