mirror of
				https://github.com/vran-dev/databasir.git
				synced 2025-10-31 20:49:22 +08:00 
			
		
		
		
	feat: update github action (#37)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/auto-docker-latest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/auto-docker-latest.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| # This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created | ||||
| # For more information see: https://github.com/actions/setup-java#publishing-using-gradle | ||||
|  | ||||
| name: docker image latest push | ||||
| name: docker latest | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|   | ||||
							
								
								
									
										1
									
								
								.github/workflows/manual-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/manual-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,6 @@ jobs: | ||||
|  | ||||
|       - name: Application Jar Release | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         if: startsWith(github.ref, 'refs/tags/') | ||||
|         with: | ||||
|           tag_name: ${{ github.event.inputs.tag }} | ||||
|           files: api/build/libs/databasir.jar | ||||
|   | ||||
		Reference in New Issue
	
	Block a user