mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-07 12:35:54 +00:00
672087ec0d
Since rc.1 the latest tag has been frozen at 1.0.0-beta.12 because the docker workflow only allowed alpha/beta prereleases to update latest (#2732 dropped the rc case). Before 1.0.0 GA, latest is expected to track the newest test build. - Prereleases (alpha/beta/rc) now update latest as long as no stable vX.Y.Z tag exists on origin, so the rule retires itself at GA. - Channel tags (alpha/beta/rc) are now always added for prereleases; the previous if/elif skipped the channel tag whenever latest was created, which is why no :beta tag was ever published.