nicolabs / nicobot

🤟 A collection of *cool* chat bots 🤟
MIT License
1 stars 0 forks source link

Accelerate GA docker build #40

Closed nicobo closed 3 years ago

nicobo commented 3 years ago

Make several parallel workflows whenever possible in the docker build github action. Debian and alpine images can be built independently.

nicobo commented 3 years ago

Also related : #53

nicobo commented 3 years ago

I've done what I could but GitHub Actions only provides 5GB free storage so this limit is regularly hit and either produces "out of space" errors or cancels the whole cache, starting the build from scratch.