Skip to content
Snippets Groups Projects
Commit 3954dee8 authored by Natalia Miakushina's avatar Natalia Miakushina
Browse files

changed current dir for build docker-image

parent 887e1e30
No related branches found
No related tags found
1 merge request!17CI for publish image in our registry for tags and devel-branch
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -36,6 +36,7 @@ update-docker-image:
# change config for work with our registry
- export REGISTRY_AUTH=$(echo -n $CI_REGISTRY_USER:$CI_JOB_TOKEN | base64)
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"${REGISTRY_AUTH}\"}}}" > /kaniko/.docker/config.json
- cd docker/code-analysis
# cache warmup for further build/push commands
- |
/kaniko/warmer \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment