Skip to content

Commit

Permalink
ci: yes prune too
Browse files Browse the repository at this point in the history
  • Loading branch information
PtFux authored Dec 18, 2024
1 parent ca8d39e commit a9983cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
sudo git checkout load
sudo git pull origin load
cd ./cmd/microservices
sudo docker system prune
sudo docker system prune -f
sudo docker volume rm $(docker volume ls -q) -f
sudo docker-compose down
sudo docker-compose up -d --build
Expand Down

0 comments on commit a9983cc

Please sign in to comment.