Merge pull request #60 from trails-cool/fix-docker-image-cleanup
This commit is contained in:
commit
e58f182221
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
|
@ -121,6 +121,9 @@ jobs:
|
|||
# Start all services
|
||||
docker compose up -d --remove-orphans
|
||||
|
||||
# Clean up old images to prevent disk full
|
||||
docker image prune -af
|
||||
|
||||
# Verify services are running
|
||||
sleep 10
|
||||
docker compose ps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue