You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(docker): add workflow_dispatch inputs for manual version tagging
Add `version` (string) and `latest` (bool) inputs so the Docker
workflow can be manually re-run for a past release without moving any
git tag. The input is passed verbatim into main.version via ldflags
(preserving the leading `v` to match tag-push builds), while
docker/metadata-action's semver parser normalizes it to bare-number
image tags (1.0.3 / 1.0 / 1) per Docker convention.
0 commit comments