mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
				synced 2025-10-31 07:42:46 +00:00 
			
		
		
		
	Change intermediate image name in order to fix issues with building multiple branches/tags at the same time
This commit is contained in:
		| @@ -1,8 +1,5 @@ | ||||
| image: docker:19.03.13 | ||||
|  | ||||
| variables: | ||||
|   DOCKER_TLS_CERTDIR: "/certs" | ||||
|  | ||||
| services: | ||||
|   - docker:19.03.13-dind | ||||
|  | ||||
| @@ -10,6 +7,10 @@ stages: | ||||
|   - build | ||||
|   - push | ||||
|  | ||||
| variables: | ||||
|   DOCKER_TLS_CERTDIR: "/certs" | ||||
|   INTERMEDIATE_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA | ||||
|  | ||||
| .reg_setup: | ||||
|   before_script: | ||||
|     - apk add --no-cache curl | ||||
| @@ -28,8 +29,6 @@ build_image: | ||||
|   stage: build | ||||
|   tags: | ||||
|     - docker | ||||
|   variables: | ||||
|     INTERMEDIATE_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA | ||||
|  | ||||
| push_master: | ||||
|   extends: | ||||
| @@ -47,7 +46,6 @@ push_master: | ||||
|     - docker | ||||
|   variables: | ||||
|     IMAGE_TAG: $CI_REGISTRY_IMAGE:latest | ||||
|     INTERMEDIATE_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA | ||||
|  | ||||
| push_other: | ||||
|   extends: | ||||
| @@ -68,4 +66,3 @@ push_other: | ||||
|     - docker | ||||
|   variables: | ||||
|     IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME | ||||
|     INTERMEDIATE_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA | ||||
|   | ||||
		Reference in New Issue
	
	Block a user