We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec81e76 commit 7c35787Copy full SHA for 7c35787
.github/workflows/docker-image.yml
@@ -57,12 +57,12 @@ jobs:
57
with:
58
context: . # 使用 Dockerfile 所在的当前目录
59
push: true
60
- tags: a18863076056050/RapidDataChat:latest
+ tags: a18863076056050/rapiddatachat:latest
61
62
# 9. 可选:将 Git 提交 SHA 作为镜像标签推送
63
- name: Push image with Git SHA tag
64
uses: docker/build-push-action@v5
65
66
context: .
67
68
- tags: a18863076056050/RapidDataChat:${{ github.sha }}
+ tags: a18863076056050/rapiddatachat:${{ github.sha }}
0 commit comments