mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 03:32:25 -06: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}" .
							 |