Docker job
🐳_docker_image:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
variables:
JSON_CONFIG: |
{
"auths": {
"$CI_REGISTRY": {
"username": "$****",
"password": "$****"
}
}
}
script: |
echo "${JSON_CONFIG}" > /kaniko/.docker/config.json
/kaniko/executor \
--context $CI_PROJECT_DIR \
--dockerfile $CI_PROJECT_DIR/Dockerfile \
--destination $###:$???