ksobrenat32 opened a new pull request, #36298: URL: https://github.com/apache/beam/pull/36298
This pull request updates the GitHub Actions workflows responsible for publishing Beam SDK and runner Docker images. The main goal is to ensure that the "latest" Docker tag is only applied when building from the `master` branch, preventing non-master branches from overwriting the "latest" tag, fixes #24130 . A step was added to set the `LATEST_TAG` variable to `,latest` only when the workflow runs on the `master` branch, ensuring the "latest" tag is only used in that context. Outside of `master` it uses only the commit SHA. -- 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]
