Skip to content

fix: make dev Docker image name for UI CE dynamic

Artyom Kartasov requested to merge ce-dev-image-dockername into master

Description

Make dev Docker image name for UI CE dynamic.

The problem is reproduced with pipelines from the fork repositories. The job is unable to submit the image to the official registry due to missing credentials. MR changes the Docker name to push the image to the appropriate fork repository.

Related issue

Examples

https://gitlab.com/mbobin/database-lab/-/jobs/4092515407

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED
Edited by Artyom Kartasov

Merge request reports