Skip to content

Commit c9d41df

Browse files
committed
변경 사항에 대한 설명적인 커밋 메시지1
1 parent dfb8c5f commit c9d41df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Docker 이미지 빌드
14-
run: docker build -t practic-app:latest . # "practic-app"을 이미지 이름으로 변경하세요.
14+
run: docker build -t seaproject/my-app:latest . # "practic-app"을 이미지 이름으로 변경하세요.
1515

1616

1717
- name: Docker Hub에 로그인

0 commit comments

Comments
 (0)