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
We were failing to push cached images to the registry, because we're no
longer logging to the GHCR. In addition, secrets.GITHUB_TOKEN would need
to be expanded to support writing to the container registry, and giving
that to arbitrary PRs isn't great.
The GitHub Actions build cache is auto-clearing after 7 days, and
requires no auth.
0 commit comments