mirror of https://github.com/h44z/wg-portal.git
				
				
				
			Revert "chore: publish more docker version tags, migrate to semver"
This reverts commit 3526240faf.
			
			
This commit is contained in:
		
							parent
							
								
									3526240faf
								
							
						
					
					
						commit
						49a987cbce
					
				|  | @ -5,8 +5,8 @@ on: | |||
|     branches: [master] | ||||
|   push: | ||||
|     branches: [master, stable] | ||||
|     # Publish X.X.X tags as releases. | ||||
|     tags: ["*.*.*"] | ||||
|     # Publish vX.X.X tags as releases. | ||||
|     tags: ["v*.*.*"] | ||||
| 
 | ||||
| permissions: | ||||
|   contents: read | ||||
|  | @ -103,7 +103,7 @@ jobs: | |||
|           retention-days: 10 | ||||
| 
 | ||||
|   release: | ||||
|     if: startsWith(github.ref, 'refs/tags/') | ||||
|     if: startsWith(github.ref, 'refs/tags/v') | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: build-n-push | ||||
|     permissions: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue