# 🇬🇧 How to use GitLab Container Registry on GitLab.com

My previous blog post explained how to use a GitLab project as a npm registry (opens new window).

Today, I will explain, how to use a GitLab project as a conatainer registry:

  • How to build a container image with GitLab CI
  • How to host this container image (it's automatic 😉)
  • How to use your new image with GitLab CI

Again, I used Google CodeLabs Tools (opens new window) to generate the tutorial.

This new tutorial is here: How to use GitLab Container Registry on GitLab.com (opens new window)

alt codelab

That's all 🎉 and stay healthy

Last Articles