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 06c23c8 commit b221db6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy_chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1

- name: Debug
run: |
ls -alh

- name: Build Push and Tag
# Enabling the "continue on error" option allows for a manual rollback
Expand All @@ -83,8 +79,8 @@ jobs:
ECR_REPOSITORY: chatbot
IMAGE_TAG: ${{ github.sha }}
with:
context: apps/chatbot/docker
file: app.Dockerfile
context: .
file: docker/app.Dockerfile
push: true
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
provenance: false
Expand Down

0 comments on commit b221db6

Please sign in to comment.