You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Dockerfile examples, --mount=type=cache,target=/root/.cache/uv is used. According to the Docker docs, cache mounts don't persist across GitHub Actions runs.
Should ci.yaml be updated to use buildkit-cache-dance, or does the uv cache work some other way?