File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ the session cookie is marked `Secure`.
162162- **Image tags:** `:latest` tracks `main`; version tags (`:1.0.0`, `:1.0`) are cut per
163163 release for pinning. If a host can't pull, the GHCR package may be private — make it
164164 public or `docker login ghcr.io`.
165+ - **Pulled `:latest` but the version in Settings didn't change?** Give it a few minutes —
166+ release-please's version-bump commit lands right behind the feature commit it releases,
167+ and `:latest` rebuilds from whichever one finishes last. If it's still stale after that,
168+ compare `docker inspect ghcr.io/strandedturtle/dockpull:latest --format '{{.Id}}'`
169+ against the pinned `:X.Y.Z` tag for the version you expect — they should match.
165170
166171---
167172DISCLAIMER : This project was made using Claude
You can’t perform that action at this time.
0 commit comments