@@ -31,4 +31,21 @@ You can give as much information as possible to the team for creation:
...
@@ -31,4 +31,21 @@ You can give as much information as possible to the team for creation:
***scopes**: read_registry
***scopes**: read_registry
2. Add the new informations to your Variables (`Settings/CI/CD/Variables`)
2. Add the new informations to your Variables (`Settings/CI/CD/Variables`)
* Add the username (by default `gitlab+deploy-token-xx`) and name it `DEPLOY_USER`
* Add the username (by default `gitlab+deploy-token-xx`) and name it `DEPLOY_USER`
* Add the token and name it `DEPLOY_TOKEN`
* Add the token and name it `DEPLOY_TOKEN`
\ No newline at end of file
### Build your image
First you need to build your image during the CI in gitlab. For this, I recommand to write a script that do this process and call it in the `.gitlab-ci.yml`: