-
Task
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Currently, our Github Actions pipeline with name push-dev-branch-image.yml contains the following snippet of code, which hard codes the version of Optimize:
build-args: | VERSION=3.10.0-SNAPSHOT DATE= ${{ steps.get-date.outputs.result }} REVISION= ${{ github.sha }}
Although that is functional, we should ensure that the version is being extracted from the pom file so that we dont have to manually update it everytime we move to the next dev version.
ATs:
- The version in the pipeline is being extracted from the pom file