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

Commit 8f124e2

Browse files
committed
upd: publish to docker hub
1 parent ed0f747 commit 8f124e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
file: Dockerfile
6565
push: true
6666
tags: |
67-
${{ env.DOCKER_HUB_REPO }}:latest
67+
${{ env.DOCKER_HUB_REPO }}:lates1314521t
6868
${{ env.DOCKER_HUB_REPO }}:${{ steps.slug.outputs.sha7 }}
6969
cache-from: type=gha
7070
cache-to: type=gha,mode=max

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
ddg-chat:
5-
image: ghcr.io/leafmoes/ddg-chat:latest
5+
image: leafmoes/ddg-chat:latest
66
container_name: ddg-chat
77
restart: unless-stopped
88
ports:

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ npm install
130130

131131
方法一:命令行构建
132132
```bash
133-
docker run -it -d --name ddg-chat -p 8787:8787 ghcr.io/leafmoes/ddg-chat:latest
133+
docker run -it -d --name ddg-chat -p 8787:8787 leafmoes/ddg-chat:latest
134134
```
135135

136136
方法二:使用 `docker-compose.yml` 文件构建

0 commit comments

Comments
 (0)