From ffb003806f4e1c60b84f643cb8a97627eb140b29 Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Mon, 3 Aug 2026 23:47:14 +0300 Subject: [PATCH] chore: migrate git host from git.neo24.net to git.neoh.ir --- README.md | 6 +++--- cmd-to-push.txt | 2 +- docker-compose.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56fff80..267f78c 100644 --- a/README.md +++ b/README.md @@ -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/`. - 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 ``` diff --git a/cmd-to-push.txt b/cmd-to-push.txt index 2c969c2..6dc6278 100644 --- a/cmd-to-push.txt +++ b/cmd-to-push.txt @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index c5b21d7..2a2b662 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # https://github.com/myoung34/docker-github-actions-runner/wiki/Usage 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