Skip to content

Commit

Permalink
Fix : modify image name
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Sep 16, 2023
1 parent 3ff8b18 commit b1b28ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Build, tag, and push image to Amazon ECR
run: |
docker build -t be-repo .
docker tag sroom-repo 224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo
docker tag be-repo 224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo
docker push 224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo

0 comments on commit b1b28ef

Please sign in to comment.