mirror of https://github.com/h44z/wg-portal.git
				
				
				
			chore: publish more docker version tags, migrate to semver
This commit is contained in:
		
							parent
							
								
									2030c59362
								
							
						
					
					
						commit
						c2658534b0
					
				|  | @ -65,9 +65,9 @@ jobs: | |||
|             type=semver,pattern={{major}}.{{minor}} | ||||
|             type=semver,pattern={{major}} | ||||
|             # add v{{major}} tag, even for beta releases | ||||
|             type=match,pattern=(v\d),group=1,enable=${{ !contains(github.ref, 'beta') }} | ||||
|             type=match,pattern=(v\d),group=1,enable=${{ contains(github.ref, 'beta') }} | ||||
|             # add {{major}} tag, even for beta releases | ||||
|             type=match,pattern=v(\d),group=1,enable=${{ !contains(github.ref, 'beta') }} | ||||
|             type=match,pattern=v(\d),group=1,enable=${{ contains(github.ref, 'beta') }} | ||||
|             # set latest tag for default branch | ||||
|             type=raw,value=latest,enable={{is_default_branch}} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue