jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

🐛Incorrect cache scope in container release github action #457

Closed pushrbx closed 6 months ago

pushrbx commented 8 months ago

Currently the workflow caches the build results based on the git branch name. However we are building one image per cpu architecture, and the last one built overwrites the cache, causing the workflow to build the php extensions from scratch next time it runs.

https://docs.docker.com/build/cache/backends/gha/