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] |     branches: [master] | ||||||
|   push: |   push: | ||||||
|     branches: [master, stable] |     branches: [master, stable] | ||||||
|     # Publish X.X.X tags as releases. |     # Publish vX.X.X tags as releases. | ||||||
|     tags: ["*.*.*"] |     tags: ["v*.*.*"] | ||||||
| 
 | 
 | ||||||
| permissions: | permissions: | ||||||
|   contents: read |   contents: read | ||||||
|  | @ -103,7 +103,7 @@ jobs: | ||||||
|           retention-days: 10 |           retention-days: 10 | ||||||
| 
 | 
 | ||||||
|   release: |   release: | ||||||
|     if: startsWith(github.ref, 'refs/tags/') |     if: startsWith(github.ref, 'refs/tags/v') | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     needs: build-n-push |     needs: build-n-push | ||||||
|     permissions: |     permissions: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue