mirror of
				https://github.com/siderolabs/talos.git
				synced 2025-10-26 22:11:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| set -e
 | |
| 
 | |
| cd hack/cloud-image-uploader
 | |
| 
 | |
| go run . --artifacts-path="../../${ARTIFACTS}" --tag="${TAG}" "$@"
 |