whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Remove DockerHub caching of CI builds (for now) #253

Closed domenic closed 3 years ago

domenic commented 3 years ago

We'd like to move this to GitHub actions, which has simpler and less manual options for caching Docker layers. For now, let's remove the caching that we're doing, so that the transition to GitHub actions is simpler. This will make CI builds and deploys of whatwg/html-build and whatwg/html slower, but we'll survive.


This is on top of #252.

domenic commented 3 years ago

Nevermind. Per my more-crystallized thinking at https://github.com/whatwg/meta/issues/173#issuecomment-697050032, we'll want to keep DockerHub in the process throughout the whole transition, even if what we upload there changes. So this won't be helpful.