Skip to content

Commit

Permalink
update path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ingunnaf committed Nov 21, 2023
1 parent 35998dc commit aaa1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build and Push Docker Image
run: |
docker build -t ${{ env.IMAGE_NAME }}:${{ env.TAG }} .
docker build -t ${{ env.IMAGE_NAME }}:${{ env.TAG }} /src/backend/Dockerfile
docker tag ${{ env.IMAGE_NAME }}:${{ env.TAG }} ${{ env.DOCKERHUB_URI }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
docker push ${{ env.ECR_REPO_URI }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down

0 comments on commit aaa1136

Please sign in to comment.