Skip to content

Commit

Permalink
chore: 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Feb 22, 2024
1 parent 4e936a8 commit 568dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
REPOSITORY: washfit-client
IMAGE_TAG: latest
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG ../../docker
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: Application Run
Expand Down

0 comments on commit 568dcfa

Please sign in to comment.