Skip to content
Snippets Groups Projects
Commit e97f5706 authored by Bartlomiej's avatar Bartlomiej
Browse files

Add build clarin

parent f65c857a
Branches
1 merge request!11Clarin json support
Pipeline #14182 failed
......@@ -41,4 +41,15 @@ build_image:
- docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
- docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE
\ No newline at end of file
build_clarin_json:
only:
- clarin_json_support
stage: build_clarin_json
image: docker:18.09.7
services:
- 'docker:18.09.7-dind'
script:
- docker build -t $CI_REGISTRY_IMAGE:clarin-json .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:clarin-json
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment