Skip to content

Commit

Permalink
feat: nginx 파일 용량 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Oct 15, 2024
1 parent 6a3952a commit 74fbd73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,9 @@ jobs:
else
echo "No container to stop and remove."
fi
- name: Remove unused Docker images
run: |
echo "Removing unused Docker images..."
sudo docker image prune -af --filter "until=24h"
echo "Unused Docker images older than 24 hours have been removed."

0 comments on commit 74fbd73

Please sign in to comment.