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
Revert "build: Use different cache and output registries"
This reverts commit 917a048 and fixes
the comment added by efbbfb9.
We need to cache from ghcr.io because otherwise the build of
nextstrain/base doesn't find the layers from the just-built
nextstrain/base-builder pushed to ghcr.io. Instead, it seemingly uses
layers from an older nextstrain/base-builder on docker.io.
My understanding is that we were always pulling caches from docker.io
(_and_ ghcr.io) because docker.io is the default registry when none is
specified, and we use --cache-from lines without a registry specified.
See <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1683932186614689>.
0 commit comments