Hive Hive
Sign in

Fixed runner-image tag-pattern collision with Linux runner-image tags

Metadata
Source
GitHub
Version
linux-runner-image@0.2.0
Domains
Published
Jun 03, 2026 · 12:54 UTC
Repository
tuist/tuist
Update

The runner-image release workflow no longer confuses linux-runner-image@… tags with its own runner-image@… tags. Anchoring the git-cliff tag pattern prevents it from deriving a version like linux-runner-image@0.2.0, which previously produced an invalid container image reference with a stray @ and caused tart push to fail. The Linux runner image config was anchored too for symmetry.