Skip to content

Commit

Permalink
chore: 도커 댕글링 이미지 삭제 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
koust6u authored Oct 20, 2024
1 parent 85df5f8 commit 64cc631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ jobs:
- name: Delete Dangling docker images
run: |
sudo docker image prune
sudo docker image prune -a -f

0 comments on commit 64cc631

Please sign in to comment.