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

Update .gitlab-ci.yml: cache-repo; fix my err

parent cd98983f
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.
......@@ -40,7 +40,7 @@ update-docker-image:
--context ${CI_PROJECT_DIR}/docker/code-analysis \
--cache \
--cache-copy-layers \
--cache-repo "${CI_REGISTRY_IMAGE}/code-analysis" \
--cache-repo "${CI_REGISTRY_IMAGE}/code-analysis/cache" \
--dockerfile "${CI_PROJECT_DIR}/docker/code-analysis/Dockerfile" \
--destination "${CI_REGISTRY_IMAGE}/code-analysis:${CI_COMMIT_SHA}" \
--destination "${CI_REGISTRY_IMAGE}/code-analysis:${CI_COMMIT_REF_SLUG}" \
......
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