Changed latest tag condition from is_default_branch to github.ref_type == tag so that latest tag is created whenever any version tag (v*) is pushed, regardless of branch. This ensures that: - docker pull ghcr.io/patrykiti/zen-mcp-server:latest works - docker pull ghcr.io/patrykiti/zen-mcp-server:v4.0.8 works - No more SHA-only tags as primary tags