Skip to content

Rename ill-named script variable in release_docker_images

What does this MR do?

Rename a variable in ci/release_docker_images

Why was this MR needed?

The imageName variable actually represents the path to the context passed to docker build, so this MR renames the variable to correctly reflect that.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #25971 (closed)

Edited by Georgi N. Georgiev

Merge request reports