Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workflows): update output variable for version in CD workflow (#198…
…) [norelease] This pull request includes changes to the continuous deployment workflow and the configuration settings for image versions. The most important changes include updating the workflow output version format and modifying the image version handling in the configuration and tests. ### Workflow Updates: * [`.github/workflows/cd.yml`](diffhunk://#diff-ea3ea8c9932adc7ba8161ceda844fedd43b006848ef1140c050cbd7ea0788a18L25-R25): Updated the workflow output to use `steps.release.outputs.version` instead of `steps.release.outputs.tag_name`. ### Configuration and Test Updates: * [`api/src/config.py`](diffhunk://#diff-7df7ccee5a6672bf04f67eebb5964559fbbf239d77f594c8756ba3110e56fae0L35-R36): Modified the `check_image_version` method to strip the 'v' prefix from image versions if present. * [`api/tests/test_config.py`](diffhunk://#diff-9c77b4f9a6f75032e644de8b5d501ca971379aaf4f4214f4f6e4b881959b8f00L32-R32): Updated tests to reflect the new image version format without the 'v' prefix. [[1]](diffhunk://#diff-9c77b4f9a6f75032e644de8b5d501ca971379aaf4f4214f4f6e4b881959b8f00L32-R32) [[2]](diffhunk://#diff-9c77b4f9a6f75032e644de8b5d501ca971379aaf4f4214f4f6e4b881959b8f00L43-R43) [[3]](diffhunk://#diff-9c77b4f9a6f75032e644de8b5d501ca971379aaf4f4214f4f6e4b881959b8f00L56-R60)
- Loading branch information