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 568dcfa commit a9632c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
aws-region: ap-northeast-2

- name: Login to Amazon ECR
id: login-ecr
id: login-ecrxx
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag, and push docker image to Amazon ECR
Expand All @@ -26,7 +26,7 @@ jobs:
REPOSITORY: washfit-client
IMAGE_TAG: latest
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG ../../docker
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: Application Run
Expand Down
File renamed without changes.

0 comments on commit a9632c1

Please sign in to comment.