hubcio opened a new pull request, #2655:
URL: https://github.com/apache/iggy/pull/2655

   post-merge.yml duplicated Docker building, manifest creation,
   crate publishing, and tag management that already existed in
   publish.yml. Maintaining parallel implementations risked drift
   and complicated adding new components.
   
   Refactored publish.yml to accept workflow_call trigger with
   inputs for component selection and edge mode. post-merge.yml
   now delegates to publish.yml via call-publish job, preserving
   exact behavior:
   - Docker :edge tags always created on merge
   - Versioned tags only for pre-release versions
   - :latest never touched by auto-publish
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to