Skip to content

Commit

Permalink
chore: 도커 이미지 강제 삭제 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyeonL authored Oct 20, 2024
1 parent b49c8df commit eb4b446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be_cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Delete Dangling docker images
run: |
sudo docker image prune
sudo docker image prune -a -f
deployB:
environment: production
Expand Down Expand Up @@ -216,4 +216,4 @@ jobs:
- name: Delete Dangling docker images
run: |
sudo docker image prune
sudo docker image prune -a -f

0 comments on commit eb4b446

Please sign in to comment.