Commit fa9122a
committed
Switch docker cache to github actions backend
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.1 parent e2b591a commit fa9122a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
0 commit comments