Islanders-Game / Islanders

A clone of the popular "Settlers of Catan", written in Typescript.
Other
4 stars 0 forks source link

Add fast Docker layer caching to CI #1207

Closed andersfischernielsen closed 3 years ago

andersfischernielsen commented 3 years ago

This is done using Docker's own released actions in combination with GitHub's caching actions. A local package registry is used, and has been added to Dockerfiles as ARGs. These ARGs do not interfere with local Docker builds in my testing.