Skip to content

Commit d11e1e5

Browse files
Fix: 배포 action 수정
1 parent 94a5e06 commit d11e1e5

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/build-push-action@v4
3838
with:
3939
context: .
40-
dockerfile: docker/Dockerfile
40+
file: docker/Dockerfile
4141
push: true
4242
tags: thelightway/ai-teacher-back:latest
4343

0 commit comments

Comments
 (0)