You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix: entrypoint (#788)
This commit is contained in:
		
				
					committed by
					
						 Carlos Alexandro Becker
						Carlos Alexandro Becker
					
				
			
			
				
	
			
			
			
						parent
						
							236aabdff5
						
					
				
				
					commit
					06db7b76bf
				
			| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env bash | ||||
|  | ||||
| if [ -n $DOCKER_USERNAME ] && [ -n $DOCKER_PASSWORD ]; then | ||||
| if [ -n "$DOCKER_USERNAME" ] && [ -n "$DOCKER_PASSWORD" ]; then | ||||
|     echo "Login to the docker..." | ||||
|     docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user