Skip to content

Commit

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

0 comments on commit 564db1a

Please sign in to comment.