Skip to content

Commit

Permalink
Update docker-develop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot authored Sep 12, 2024
1 parent d5dc3f6 commit 309ccfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: 'Build & push image'
run: |
docker build -t ${{ vars.DOCKER_REGISTRY }}/chatbot:develop .
docker push ${{ vars.DOCKER_REGISTRY }}/chatbot:develop
docker build -t ${{ vars.DOCKER_REGISTRY }}/demo-llm-chat:develop .
docker push ${{ vars.DOCKER_REGISTRY }}/demo-llm-chat:develop

0 comments on commit 309ccfe

Please sign in to comment.