Digital ocean droplet docker build no space available error
Docker is creating this issue on each new re-build on github actions
any idea how can I prevent this like what can I include in the script of github actions?
The error is very misleading because normally it is probably doing something wrong or unconfigured so it is filling a lot of space somehow which each re-build
normally i don't have anything on my ubuntu server (digital ocean droplet)
any idea how can I prevent this like what can I include in the script of github actions?
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 29 MBThe error is very misleading because normally it is probably doing something wrong or unconfigured so it is filling a lot of space somehow which each re-build
normally i don't have anything on my ubuntu server (digital ocean droplet)

