Skip to content

Commit

Permalink
fix: Dockerfile 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JongMany committed Oct 21, 2024
1 parent 87e7f5f commit 5ad2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
IMAGE_TAG: ${{ github.sha }}
run: |
docker build --build-arg NEXT_PUBLIC_BASE_URL=${{ secrets.NEXT_PUBLIC_BASE_URL }} \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f ./client/Dockerfile.prod ./client
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f ./Dockerfile.prod .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
- name: Save image tag to file
Expand Down

0 comments on commit 5ad2a89

Please sign in to comment.