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
Task Summary
Add a boolean input
use_tag_as_image_tagto.github/workflows/create-release-candidate.yml. When true, the bundleddocker-compose/.envpinsIMAGE_TAGto the input git tag with the leadingvstripped (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