Skip to content

Commit

Permalink
chore: migrate to dockerhub organization chatgptweb (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: BobDu <[email protected]>
  • Loading branch information
BobDu authored Mar 3, 2024
1 parent 1655a13 commit 1148aa1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/chatgpt-web:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/chatgpt-web:latest
chatgptweb/chatgpt-web:${{ github.ref_name }}
chatgptweb/chatgpt-web:latest
build-args: |
GIT_COMMIT_HASH=${{ github.sha }}
RELEASE_VERSION=${{ github.ref_name }}
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@ http://localhost:3002/

#### Docker Compose

[Hub Address](https://hub.docker.com/repository/docker/kerwin1202/chatgpt-web/general)
[Hub Address](https://hub.docker.com/r/chatgptweb/chatgpt-web)

```yml
version: '3'

services:
app:
image: kerwin1202/chatgpt-web # always use latest, pull the tag image again when updating
image: chatgptweb/chatgpt-web # always use latest, pull the tag image again when updating
container_name: chatgptweb
restart: unless-stopped
ports:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,14 @@ http://localhost:3002/

#### Docker compose

[Hub 地址](https://hub.docker.com/repository/docker/kerwin1202/chatgpt-web/general)
[Hub 地址](https://hub.docker.com/r/chatgptweb/chatgpt-web)

```yml
version: '3'

services:
app:
image: kerwin1202/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
image: chatgptweb/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
container_name: chatgptweb
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: kerwin1202/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
image: chatgptweb/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可
container_name: chatgptweb
restart: unless-stopped
ports:
Expand Down

0 comments on commit 1148aa1

Please sign in to comment.