The CLI version is defined as the STABLE_VERSION obtained from the tools/build/bazel_status.sh script. On the develop branch this resolves to the contents of the version file. I.e. 0.12.0-alpha
The cli relies on images of the same version tag to be present. However, the ci always pushes images tagged with develop on the develop branch.
Solution Have the tools/build/bazel_status.sh set STABLE_VERSION to develop on the develop branch.