 55333ef1ac
			
		
	
	55333ef1ac
	
	
	
		
			
			* ci: fix missing tags from release Signed-off-by: Jens Langhammer <jens@goauthentik.io> * also format helper scripts Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
		
			
				
	
	
		
			8 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -x
 | |
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
 | |
| GITHUB_OUTPUT=/dev/stdout \
 | |
|     GITHUB_REF=ref \
 | |
|     GITHUB_SHA=sha \
 | |
|     IMAGE_NAME=ghcr.io/goauthentik/server,beryju/authentik \
 | |
|     python $SCRIPT_DIR/push_vars.py
 |