mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2025-01-13 19:30:33 +00:00
Aktualisieren .gitlab-ci.yml
This commit is contained in:
parent
6951fda4b6
commit
21bdc34d31
@ -4,10 +4,10 @@ services:
|
|||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
|
|
||||||
build:
|
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
|
Loading…
x
Reference in New Issue
Block a user