mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 21:54:17 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
46190c9c49
commit
60de865634
@ -1,6 +1,3 @@
|
|||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -13,4 +10,6 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build --pull -t $CI_REGISTRY_IMAGE .
|
- docker build --pull -t $CI_REGISTRY_IMAGE .
|
||||||
- docker push $CI_REGISTRY_IMAGE
|
- docker push $CI_REGISTRY_IMAGE
|
||||||
|
tags:
|
||||||
|
- docker
|
Loading…
Reference in New Issue
Block a user