Skip to content

Commit 7b429e7

Browse files
committed
Revert "setting: workflow 수정"
This reverts commit 80c29b5.
1 parent 80c29b5 commit 7b429e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dev-CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# 8. Docker 이미지 빌드 & 푸시
6868
- name: Build & Push Docker image
6969
run: |
70-
docker build -f Dockerfile.dev -t ${{ secrets.DOCKERHUB_USERNAME }}/feelin-dev:latest .
70+
docker build -f Dockerfile.dev -t ${{ secrets.DOCKERHUB_USERNAME }}/feelin-api:latest .
7171
docker push ${{ secrets.DOCKERHUB_USERNAME }}/feelin-api:latest
7272
7373
# 9. 배포 (서버 내부 실행)

0 commit comments

Comments
 (0)