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
fix: resolve_cli/web_image always query remote first for dev/main tags
Previously, --tag dev/main would use the cached local version first
and only query the remote if no cached version existed. This caused
--update --tag dev to pull stale images when a newer version was
already published.
Now the remote is always queried first for dev/main tags, with the
cached version as a fallback when network is unavailable.
0 commit comments