Description
In the step to define the slug add yor gitlab group/subgroup(s) path:
[13/18] GitHub or GitLab username or organization slug from URL (collective): group/subgroup
In the container registry step choose Gitlab
[14/18] Container Registry
1 - GitHub Container Registry
2 - Docker Hub
3 - GitLab
Choose from [1/2/3] (1): 3
Broken Results
In the README.md file:
the Backend-Tests
and Frontend-Tests
icon links and links are pointing to github.com with the group/subgroup(s) slug
the same continues with:
Installation -> Clone the repository -> git clone url
Other occurences
All other occurences pointing to github can be found by searching the tree for group/subgroup(s)
slug and the github prefix
- other README.md* files
- Makefile (s)
- Workflows
- etc.
(not completed listing)
Gitlab urls and prefixes
These occurrences contain the registry.gitlab.com
prefix.
The latter needs always cherrypicking by hand especially if you are using a Gitlab on premise or CE edition with your own url.
Todo: Add a cookieplone request for the full qualified gitlab url
a .gitlab-ci.yml
file is not generated
The devops/README-GITLAB.md
file mentions a .gitlab-ci.yml
file under ## Manual deployment
and ## Deployment with an auxiliary docker image