Skip to content

Commit

Permalink
fix: dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Jan 8, 2025
1 parent b442797 commit c1621d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
ECR_REPOSITORY: chatbot
IMAGE_TAG: ${{ github.sha }}
with:
context: apps/chatbot
file: docker/app.Dockerfile
context: apps/chatbot/docker
file: app.Dockerfile
push: true
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
provenance: false
Expand Down

0 comments on commit c1621d0

Please sign in to comment.