Skip to content

Docker latest tag not updating to v0.3.5 #269

@lexchang53

Description

@lexchang53

Issue

The Docker image ghcr.io/codelion/optillm:latest is still pointing to v0.3.3, not the newly released v0.3.5.

Steps to reproduce

docker pull ghcr.io/codelion/optillm:latest
docker inspect ghcr.io/codelion/optillm:latest | Select-String "version"

Expected vs Actual

  • Expected: "org.opencontainers.image.version": "v0.3.5"
  • Actual: "org.opencontainers.image.version": "v0.3.3"

Additional info

  • v0.3.5 was released several hours ago
  • GitHub Actions show successful builds
  • Same SHA256 digest for 4 weeks: e942249f2a7e

The latest tag appears to not be updating after releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions