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
feat: attempt to pull docker image before building it (#1218)
The docker/podman image was always built from scratch before even though
a precompiled version is automatically uploaded to Docker Hub. This
attempts to pull the prebuilt image and only builds it from scratch if
that fails.
0 commit comments