mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 21:31:13 +00:00 
			
		
		
		
	Merge branch 'BlackDex-update-workflow'
This commit is contained in:
		
				commit
				
					
						69a69e8e04
					
				
			
		
					 2 changed files with 10 additions and 11 deletions
				
			
		
							
								
								
									
										9
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,10 @@ jobs: | |||
|       matrix: | ||||
|         channel: | ||||
|           - "rust-toolchain" # The version defined in rust-toolchain | ||||
|           - "1.60.0" # The supported MSRV | ||||
|           - "msrv" # The supported MSRV | ||||
|         include: | ||||
|           - channel: "msrv" | ||||
|             version: "1.60.0" | ||||
| 
 | ||||
|     name: Build and Test ${{ matrix.channel }} | ||||
| 
 | ||||
|  | @ -63,7 +66,7 @@ jobs: | |||
|         with: | ||||
|           profile: minimal | ||||
|           override: true | ||||
|           toolchain: ${{ matrix.channel }} | ||||
|           toolchain: ${{ matrix.version }} | ||||
|       # End Install the MSRV channel to be used | ||||
| 
 | ||||
| 
 | ||||
|  | @ -193,5 +196,5 @@ jobs: | |||
|         if: ${{ matrix.channel == 'rust-toolchain' }} | ||||
|         with: | ||||
|           name: vaultwarden | ||||
|           path: target/${{ matrix.target-triple }}/release/vaultwarden | ||||
|           path: target/release/vaultwarden | ||||
|       # End Upload artifact to Github Actions | ||||
|  |  | |||
							
								
								
									
										12
									
								
								.github/workflows/hadolint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/hadolint.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -1,13 +1,9 @@ | |||
| name: Hadolint | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     paths: | ||||
|       - "docker/**" | ||||
| 
 | ||||
|   pull_request: | ||||
|     paths: | ||||
|       - "docker/**" | ||||
| on: [ | ||||
|       push, | ||||
|       pull_request | ||||
|     ] | ||||
| 
 | ||||
| jobs: | ||||
|   hadolint: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue