Skip to content

.gitlab-ci.yml: Fix tag in `release-new-image` job

Santiago Gil requested to merge santigl/fix-new-e2e-release into master

Before raising this MR, consider whether the following are required, and complete if so:

  • [ ] Unit tests
  • [ ] Metrics
  • [ ] Documentation update(s)

If not required, please explain in brief why not.

Description

This fixes the docker tag command in the release-new-image CI job.

Changes proposed in this merge request:

  • .gitlab-ci.yml: tag CONTAINER_NEW_TEST_IMAGE instead of CONTAINER_TEST_IMAGE

Merge request reports