Skip to content

Commit 09186d8

Browse files
committed
ADD: new image on doc
1 parent 3c32da2 commit 09186d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ docker run \
4444
-p 8081:8081 \
4545
-e REPO_URL=[URL REPOSITORY] \
4646
-e REPO_BRANCH=[DEFAULT BRANCH] \
47-
jarpsimoes/git_http_server
47+
ghcr.io/jarpsimoes/git_http_server
4848
```
4949
Test content
5050
```shell
@@ -68,7 +68,7 @@ $ docker run \
6868
-e REPO_BRANCH=[DEFAULT BRANCH] \
6969
-e REPO_USERNAME=[Token Identifier or Username] \
7070
-e REPO_PASSWORD=[Password or Token]
71-
jarpsimoes/git_http_server
71+
ghcr.io/jarpsimoes/git_http_server
7272
```
7373

7474
### Implementation with Proxy redirect
@@ -88,7 +88,7 @@ $ docker run \
8888
-e REPO_PASSWORD=[Password or Token] \
8989
-e GHS_CUSTOM_PATH_google/redirect=https://www.google.pt
9090
-e GHS_CUSTOM_REWRITE_google/redirect=true
91-
jarpsimoes/git_http_server
91+
ghcr.io/jarpsimoes/git_http_server
9292
```
9393

9494
Test content
@@ -134,7 +134,7 @@ spec:
134134
- name: REPO_URL
135135
value: [REPOSITORY_URL]
136136
name: git-http-server
137-
image: jarpsimoes/git_http_server:v0.91749682
137+
image: ghcr.io/jarpsimoes/git_http_server:v0.0.1-beta
138138
imagePullPolicy: Always
139139
livenessProbe:
140140
httpGet:

0 commit comments

Comments
 (0)