-
Task
-
Resolution: Unresolved
-
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:
echo "docker_image=gcr.io/${{ steps.auth.outputs.project_id }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.image_tag }}" >> "$GITHUB_OUTPUT"
Ideally we would like to find a way to extract the number of a branch from the environment variable without having to input it as an input variable on the pipeline.
ATs:
- There is no input variable anymore for the image tag
- The image tag, strips the branch number read from the github env (for instance
OPT-1111will become 1111) and attaches it to the release version like so: 3.OPTIMIZE-VERSION-1111-SNAPSHOT
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10242. Please use this link for any future references and continue any discussion there.