Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> fix release sentry step (#8540)
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
						
							8ff27f69e1
						
					
				
				
					commit
					061d4bc758
				
			| @ -68,10 +68,12 @@ runs: | ||||
|             for name in image_names: | ||||
|                 image_tags += [ | ||||
|                     f"{name}:{version}", | ||||
|                     f"{name}:{version_family}", | ||||
|                 ] | ||||
|             if not prerelease: | ||||
|                 image_tags += [f"{name}:latest"] | ||||
|                 image_tags += [ | ||||
|                     f"{name}:latest", | ||||
|                     f"{name}:{version_family}", | ||||
|                 ] | ||||
|         else: | ||||
|             suffix = "" | ||||
|             if image_arch and image_arch != "amd64": | ||||
|  | ||||
		Reference in New Issue
	
	Block a user