Use private registry images in pipeline
For that purpose you need to set a variable in CI/CD Setting with name of DOCKER_AUTH_CONFIG and content of ~ /.docker/config.json:
{
"auths": {
"docker-registry.internal.sahabme.ir": {
"auth": "base64(user:pass)"
},
"git.weblite.me:5050": {
},
"https://git.weblite.me:5050": {
}
}
}
Last modified: 07 March 2024