Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
update docker info
  • Loading branch information
babaohuang committed Dec 21, 2023
1 parent 83eb2ec commit 6c15637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bus_report_when_deploying.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
### Before submitting...
Thanks for taking the time to fill out this bug report! Please confirm the following points before submitting:
✅ I am using **latest version of chatgpt-demo**.
✅ I am using **latest version of GeminiProChat**.
✅ I have checked the bug was not already reported by searching on GitHub under issues.
✅ Use English to ask questions. This allows more people to search and participate in the issue.
- type: dropdown
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/chatgpt-demo:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/chatgpt-demo:latest
${{ secrets.DOCKERHUB_USERNAME }}/geminiprochat:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/geminiprochat:latest

1 comment on commit 6c15637

@vercel
Copy link

@vercel vercel bot commented on 6c15637 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.