Skip to content

Commit

Permalink
feat:action token
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehuazhang committed Jul 27, 2024
1 parent 1b06529 commit 3c5dcdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
run: docker logout ccr.ccs.tencentyun.com
- name: Update README and docker-compose.yaml
run: |
git pull
sed -i -E "s|chatimage/chatchat:[a-zA-Z0-9._-]+|chatimage/chatchat:${{ env.image_tag }}|g" README.md README_en.md docker/docker-compose.yaml
sed -i -E "s|ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:[a-zA-Z0-9._-]+|ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:${{ env.image_tag }}|g" README.md README_en.md docker/docker-compose.yaml
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 3c5dcdc

Please sign in to comment.