Skip to content
Snippets Groups Projects
Commit e7fcdaaf authored by Oksana Riba Grognuz's avatar Oksana Riba Grognuz
Browse files

Update .gitlab-ci.yml

parent cd00a5e4
No related branches found
No related tags found
Loading
......@@ -14,4 +14,12 @@ image_build:
script: |
CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
\ No newline at end of file
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
only:
refs:
- branches
changes:
- Dockerfile
- requirements.txt
- install.R
- environment.yml
\ No newline at end of file
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