Skip to content

Commit

Permalink
ci: update cd file (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking authored Nov 13, 2024
1 parent 40e546d commit 19abce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
- name: Build and push Chatbot Demo Docker image
run: |
docker build -f ./examples/chatbot/Dockerfile -t $DH_USERNAME/$DEMO_CHATBOT_IMAGE_NAME:$IMAGE_TAG ./examples/chatbot
docker build -f ./examples/chatbot/Dockerfile -t $DH_USERNAME/$DEMO_CHATBOT_IMAGE_NAME:$IMAGE_TAG .
docker push $DH_USERNAME/$DEMO_CHATBOT_IMAGE_NAME:$IMAGE_TAG

0 comments on commit 19abce0

Please sign in to comment.