forked from open-webui/open-webui
		
	Merge pull request #914 from buroa/main
fix: add semver to container builds
This commit is contained in:
		
						commit
						95dd618a62
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.github/workflows/docker-build.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/docker-build.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -52,6 +52,7 @@ jobs: | |||
|             type=ref,event=tag | ||||
|             type=sha,prefix=git- | ||||
|             type=semver,pattern={{version}} | ||||
|             type=semver,pattern={{major}}.{{minor}} | ||||
|           flavor: | | ||||
|             latest=${{ github.ref == 'refs/heads/main' }} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek