Skip to content

Commit

Permalink
Fix: dockerfile 지정 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Aug 7, 2024
1 parent 04ef8b4 commit fbf0b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
ECR_REPOSITORY: genti-deploy
IMAGE_TAG: latest
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker build -f ./Dockerfile_deploy -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit fbf0b06

Please sign in to comment.