Skip to content

Commit aae0a50

Browse files
authored
Merge pull request #6 from Nexters/dev
[feature-2] CD 워크플로우 수정
2 parents fc0a5e3 + 762bb62 commit aae0a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
- name: Build and push Docker image
6464
uses: docker/build-push-action@v4
6565
with:
66-
context: .
66+
context: . # 현재 디렉터리
67+
file: ./Dockerfile # Dockerfile의 경로
6768
push: true
6869
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/donmani:latest
6970

0 commit comments

Comments
 (0)