chore: migrate git host from git.neo24.net to git.neoh.ir
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user