Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
		![98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) gcp-cherry-pick-bot[bot]
					gcp-cherry-pick-bot[bot]
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							babaeb2d0c
						
					
				
				
					commit
					92216e4ea8
				
			| @ -78,8 +78,9 @@ runs: | ||||
|                 suffix = f"-{image_arch}" | ||||
|             for name in image_names: | ||||
|                 image_tags += [ | ||||
|                     f"{name}:gh-{sha}{suffix}", | ||||
|                     f"{name}:gh-{safe_branch_name}{suffix}", | ||||
|                     f"{name}:gh-{sha}{suffix}",  # Used for ArgoCD and PR comments | ||||
|                     f"{name}:gh-{safe_branch_name}{suffix}",  # For convenience | ||||
|                     f"{name}:gh-{safe_branch_name}-{int(time())}-{sha[:7]}{suffix}",  # Use by FluxCD | ||||
|                 ] | ||||
|  | ||||
|         image_main_tag = image_tags[0] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user