Reputation: 2073
Does anyone know how to use a gitlab repo in an automated build from docker? I know you can bind a github or bitbucket repo. Is there a easy way for gitlab?
Upvotes: 2
Views: 237
Reputation: 23078
I do not believe that is a feature. You will probably have to use your own CI to build and push an image. Alternatively, gitlab can mirror to a github repo that you use only to trigger automated builds.
According to This issue, gitlab integration is in progress.
Upvotes: 4