Skip to content

Specify initial tag of QA image for pushing to dockerhub

Balasankar 'Balu' C requested to merge fix-qa-tag-release into master

Without this change, initial tag will fall back to Build::Info.docker_tag, which is basically release_version with + changed to -. However, release_version has the -(ce|ee).0 suffix, which we are actively stripping off while building the image. Hence using it as initial tag will fail because no such image exists.

Edited by Balasankar 'Balu' C

Merge request reports