mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
				synced 2025-10-31 13:02:44 +00:00 
			
		
		
		
	Build only master and tags
This commit is contained in:
		| @@ -17,7 +17,7 @@ Build: | ||||
|   tags: | ||||
|   - docker | ||||
|  | ||||
| Push master: | ||||
| Push latest: | ||||
|   image: docker:latest | ||||
|   only: | ||||
|     - master | ||||
| @@ -31,10 +31,10 @@ Push master: | ||||
|   tags: | ||||
|   - docker | ||||
|  | ||||
| Push others: | ||||
|   except: | ||||
|     - master | ||||
| Push tag: | ||||
|   image: docker:latest | ||||
|   only: | ||||
|     - tags | ||||
|   script: | ||||
|     - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA | ||||
|     - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME | ||||
|   | ||||
		Reference in New Issue
	
	Block a user