Skip to content

Commit

Permalink
fix: dockerfile 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iampingu99 committed Jul 15, 2024
1 parent f72b59c commit 689a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# 5. Docker 이미지 빌드
- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/project-backend .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/holing-was .

# 6. DockerHub 로그인
- name: docker login
Expand All @@ -46,7 +46,7 @@ jobs:

# 7. Docker Hub 이미지 푸시
- name: docker Hub push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/project-backend
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/holing-was

# 8. EC2 pull
- name: Deploy
Expand Down

0 comments on commit 689a553

Please sign in to comment.