Skip to content

Commit

Permalink
hotfix: sudo 명령어 사용시 패스워드 입력하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Jan 7, 2025
1 parent 3ffcd99 commit 980fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
# 사용하지 않는 이미지 정리
echo "** 사용하지 않는 Docker 이미지 정리"
sudo docker image prune -f
echo "${{ secrets.DEV_SSH_SECRET_PASSWORD }}" | sudo docker image prune -f

0 comments on commit 980fdac

Please sign in to comment.