bobbai00 opened a new pull request, #4930:
URL: https://github.com/apache/texera/pull/4930
### What changes were proposed in this PR?
Add a boolean `workflow_dispatch` input `use_tag_as_image_tag` (default
`false`) 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, the current 9-char commit-hash behavior is preserved.
### Any related issues, documentation, discussions?
Closes #4929.
### How was this PR tested?
Workflow-only change. Verified shell logic locally:
- `TAG_NAME=v1.1.0-incubating-rc7; echo "${TAG_NAME#v}"` →
`1.1.0-incubating-rc7`.
- Default path still emits `IMAGE_TAG=<commit_short>`. Will be exercised
end-to-end on the next RC run.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)
--
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]