chore: Try using CI_REGISTRY_USER for docker login
This commit is contained in:
		
							parent
							
								
									685e6ebb4c
								
							
						
					
					
						commit
						85ac83c39d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ build:
 | 
			
		|||
  stage: build
 | 
			
		||||
  image: "docker"
 | 
			
		||||
  script:
 | 
			
		||||
    - echo \"CI_REGISTRY: ${CI_REGISTRY}\"
 | 
			
		||||
    - | echo "CI_REGISTRY: ${CI_REGISTRY}"
 | 
			
		||||
    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
 | 
			
		||||
    - docker build --pull -t $CI_REGISTRY_IMAGE .
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue