How to remove unused docker images from vps server using github actions?
I have setup watchtower in my docker-compose to update my containers to use the latest images. However, the old images are still stored and consume storage on my vps server.
I have setup watchtower in my docker-compose to update my containers to use the latest images. However, the old images are still stored and consume storage on my vps server.