Skip to content

Commit

Permalink
fix: dtod volume fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 15, 2024
1 parent 28d47e0 commit 29d1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker:
image: docker:dind # Docker-in-Docker 서비스
options: --privileged # Docker Daemon을 실행할 수 있도록 privileged 모드 설정
volumes:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout repository
Expand Down

0 comments on commit 29d1367

Please sign in to comment.