bobbai00 opened a new issue, #4929:
URL: https://github.com/apache/texera/issues/4929

   ### Task Summary
   
   Add a boolean input `use_tag_as_image_tag` to 
`.github/workflows/create-release-candidate.yml`. When true, the bundled 
`docker-compose/.env` pins `IMAGE_TAG` to the input git tag with the leading 
`v` stripped (e.g. `v1.1.0-incubating-rc7` → `1.1.0-incubating-rc7`). When 
false (default), it keeps the current behavior of pinning to the 9-char commit 
hash. This lets the release manager align the Compose bundle with images pushed 
under a human-readable tag, without breaking existing commit-hash-based runs.
   
   ### Task Type
   
   - [x] DevOps / Deployment / CI


-- 
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