Fix latest tag for 4.3 docker image builds (#32350)
		
	This commit is contained in:
		
					parent
					
						
							
								258dce1256
							
						
					
				
			
			
				commit
				
					
						0d91db3d77
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build-releases.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-releases.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -23,7 +23,7 @@ jobs: | |||
|       # Only tag with latest when ran against the latest stable branch | ||||
|       # This needs to be updated after each minor version release | ||||
|       flavor: | | ||||
|         latest=${{ startsWith(github.ref, 'refs/tags/v4.2.') }} | ||||
|         latest=${{ startsWith(github.ref, 'refs/tags/v4.3.') }} | ||||
|       tags: | | ||||
|         type=pep440,pattern={{raw}} | ||||
|         type=pep440,pattern=v{{major}}.{{minor}} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue