Skip to content

Commit 7c35787

Browse files
committed
初始化
1 parent ec81e76 commit 7c35787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
with:
5858
context: . # 使用 Dockerfile 所在的当前目录
5959
push: true
60-
tags: a18863076056050/RapidDataChat:latest
60+
tags: a18863076056050/rapiddatachat:latest
6161

6262
# 9. 可选:将 Git 提交 SHA 作为镜像标签推送
6363
- name: Push image with Git SHA tag
6464
uses: docker/build-push-action@v5
6565
with:
6666
context: .
6767
push: true
68-
tags: a18863076056050/RapidDataChat:${{ github.sha }}
68+
tags: a18863076056050/rapiddatachat:${{ github.sha }}

0 commit comments

Comments
 (0)