Skip to content

Publish docker image for MR pipelines

Alishan Ladhani requested to merge ali/push-mr-docker-images into master

What does this MR do and why?

Push a docker image for MR pipelines to make testing easier. With this change, contributors can test their changes by setting image for a CI job to registry.gitlab.com/gitlab-org/release-cli/133 (where 133 is the MR IID being tested) and using the release keyword.

As a follow-up, we should turn on the Container Registry expiration policy to periodically clean up these temporary images.

Related to #148 (closed)

Checklist

  • [-] I added tests
  • Green pipeline
  • Assign to reviewer
Edited by Alishan Ladhani

Merge request reports