mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-27 12:34:18 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
60de865634
commit
684af197f1
@ -1,15 +1,10 @@
|
|||||||
image: docker:latest
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
image: docker:latest
|
||||||
script:
|
script:
|
||||||
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
- docker build --pull -t $CI_REGISTRY_IMAGE .
|
- docker build --pull -t $CI_REGISTRY_IMAGE .
|
||||||
- docker push $CI_REGISTRY_IMAGE
|
- docker push $CI_REGISTRY_IMAGE
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
Loading…
Reference in New Issue
Block a user