fix: Try a different node image for release task
This commit is contained in:
		
							parent
							
								
									22fb4c8766
								
							
						
					
					
						commit
						bb62798edb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -35,6 +35,7 @@ deploy:
 | 
			
		|||
  stage: deploy
 | 
			
		||||
  image: "cimg/node:15.0"
 | 
			
		||||
  script:
 | 
			
		||||
    - docker -v
 | 
			
		||||
    - npm install
 | 
			
		||||
    - echo "Attempting login to https://${CI_REGISTRY}"
 | 
			
		||||
    - docker login "https://${CI_REGISTRY}" -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue