Skip to content

Commit

Permalink
Chore: 배포 체크
Browse files Browse the repository at this point in the history
  • Loading branch information
m020202 committed Aug 9, 2024
1 parent 3f0b349 commit ff9225d
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 @@ -48,7 +48,7 @@ jobs:
run: docker build -t locavel-server .

- name: Docker 이미지 생성
run: docker tag locavel-server ${{ steps.login-ecr.outputs.registry }}
run: docker tag locavel-server ${{ steps.login-ecr.outputs.registry }}/locavel-server:latest

- name: ECR에 Docker 이미지 Push 하기
run: docker push ${{ steps.login-ecr.outputs.registry }}/locavel-server:latest
Expand Down

0 comments on commit ff9225d

Please sign in to comment.