mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Removed separate build step
It looks like part of the build step is repeated in the push step due to bad caching possibly.
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,10 +38,6 @@ jobs: | ||||
|       - name: install buildx | ||||
|         id: buildx | ||||
|         uses: crazy-max/ghaction-docker-buildx@v3.1.0 | ||||
|  | ||||
|       - name: Docker Buildx (build) | ||||
|         run: | | ||||
|           docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }} | ||||
|       - name: Docker Login | ||||
|         if: success() && github.event_name != 'pull_request' | ||||
|         env: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Schmitt
					Mark Schmitt