Skip to content

Commit de237d5

Browse files
Merge pull request #76 from StrandedTurtle/claude/trigger-latest-rebuild
docs: note that :latest can lag main by a few minutes after a release
2 parents 047e6ef + 4deca3e commit de237d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
167172
DISCLAIMER: This project was made using Claude

0 commit comments

Comments
 (0)