mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
				synced 2025-10-31 17:22:47 +00:00 
			
		
		
		
	.gitlab-ci.yml hinzufügen
This commit is contained in:
		
							
								
								
									
										13
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| image: docker:latest | ||||
|  | ||||
| services: | ||||
|   - docker:dind | ||||
|  | ||||
| before_script: | ||||
|   - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY | ||||
|  | ||||
| build: | ||||
|   stage: build | ||||
|   script: | ||||
|     - docker build --pull -t "$CI_REGISTRY_IMAGE" . | ||||
|     - docker push "$CI_REGISTRY_IMAGE" | ||||
		Reference in New Issue
	
	Block a user