Populate the container registry and package registry

In this section we will user a Gitlab CI/CD pipeline to add content to the Gitlab container registry and package registry.

Browse back to the repository. Select Code then Repository. Select the .gitlab-ci.yml file to view the contents.

Select Code and Branches. Select New branch. Enter registry in the Branch name field and select the Create branch button. This branch name matches the value of the $CI_COMMIT_BRANCH variable in the CI/CD pipeline.