Skip to content
Discussion options

You must be logged in to vote

The image path changed when the repository moved to the headroomlabs-ai organization. The current Docker workflow derives the image name from ${{ github.repository }}, so the current package is:

docker pull ghcr.io/headroomlabs-ai/headroom:0.32.0
# or, if you intentionally want the moving release tag:
docker pull ghcr.io/headroomlabs-ai/headroom:latest

The old ghcr.io/chopratejas/headroom:latest package is a different GHCR namespace, so pulling it can keep returning the last image published there (0.27.0).

This is also consistent with the project's current workflow: the v0.32.0 release Docker run completed successfully, versioned releases are tagged with the release version, and the final p…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@chopratejas
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yurefr
Comment options

Answer selected by nick1714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants