Skip to content
Snippets Groups Projects

CI for publish image in our registry for tags and devel-branch

Merged Natalia Miakushina requested to merge Feature9341 into devel
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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 \
Loading