1 Open Issue Need Help Last updated: Jan 5, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes two enhancements to a tagging workflow. First, it requires that image tags within a configuration are automatically locked to match the Git tag (e.g., a `v1.0.0` Git tag should use `v1.0.0` for image tags). Second, it specifies that major and minor version branches (e.g., `v1` and `v1.0`) should be updated to always point to the latest patch release within their series whenever a new tag is cut.

Complexity: 4/5
good first issue