Skip to content

Commit

Permalink
初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
qixing-ai committed Sep 6, 2024
1 parent ec81e76 commit 7c35787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
with:
context: . # 使用 Dockerfile 所在的当前目录
push: true
tags: a18863076056050/RapidDataChat:latest
tags: a18863076056050/rapiddatachat:latest

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

0 comments on commit 7c35787

Please sign in to comment.