Skip to content

Set GitLab registry address with CI_PROJECT_NAMESPACE (!24)

Dan Guest requested to merge dguest/docker:test-ci into master

Resolves #13 (closed)

In MR !23 (merged) the CI tried to push to a hardcoded registry assigned to the AML account and fails. This commit uses the GitLab CI_PROJECT_NAMESPACE variables to determine the path to the proper GitLab registry for the fork, which allows CI to be run on non-master branches of forks. 👍

Edited by Matthew Feickert

Merge request reports