mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 04:22:25 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/bash
 | ||
|  | 
 | ||
|  | set -eu | ||
|  | 
 | ||
|  | BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)" | ||
|  | 
 | ||
|  | docker build -t "superseriousbusiness/gotosocial:${BRANCH_NAME}" . |