From 1148aa1610927959cb5c4cfab88f8870bb51c48c Mon Sep 17 00:00:00 2001 From: Bob Du Date: Sun, 3 Mar 2024 13:26:13 +0800 Subject: [PATCH] chore: migrate to dockerhub organization chatgptweb (#453) Signed-off-by: BobDu --- .github/workflows/build_docker.yml | 2 ++ README.en.md | 4 ++-- README.md | 4 ++-- docker-compose/docker-compose.yml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index cd2ee443..c091a878 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -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 }} diff --git a/README.en.md b/README.en.md index 852b8fd3..a40ea7f2 100644 --- a/README.en.md +++ b/README.en.md @@ -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: diff --git a/README.md b/README.md index 9fe8e8b7..0f37050c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 1c19dfef..400d1c72 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -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: