Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit a7e097b

Browse files
committed
Update Readme.md
1 parent d2c1c5f commit a7e097b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ If you are using `docker` or `podman` the options and commands are basically the
5353

5454
Run registerd to an Organisation:
5555
```bash
56-
docker run -e GH_ORG=fullstack-devops -e GH_ACCESS_TOKEN=ghp_**** github-runner-base:latest
56+
docker run -e GH_ORG=fullstack-devops -e GH_ACCESS_TOKEN=ghp_**** github-actions-runner:latest
5757
```
5858

5959
Run registerd to an Organisation and Repo:
6060
```bash
61-
docker run -e GH_ORG=fullstack-devops -e GH_REPO=github-runner-testing -e GH_ACCESS_TOKEN=ghp_**** github-runner-base:latest
61+
docker run -e GH_ORG=fullstack-devops -e GH_REPO=github-runner-testing -e GH_ACCESS_TOKEN=ghp_**** github-actions-runner:latest
6262
```
6363

6464
> Replace the `ghp_****` with your own valid personal access token

0 commit comments

Comments
 (0)