mirror of
				https://github.com/ajnart/homarr.git
				synced 2025-10-31 10:36:02 +01:00 
			
		
		
		
	Trying to implement multi stage build
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,11 @@ jobs: | |||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|  |       - uses: actions/cache@v2 | ||||||
|  |         id: restore-build | ||||||
|  |         with: | ||||||
|  |           path: ./out/ | ||||||
|  |           key: ${{ github.sha }} | ||||||
|       - name: Build image |       - name: Build image | ||||||
|         run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" |         run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user