mirror of
				https://github.com/mmahdium/HoolIt.git
				synced 2025-11-04 02:48:12 +01:00 
			
		
		
		
	Fix GH Actions
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							@@ -73,7 +73,7 @@ jobs:
 | 
				
			|||||||
        id: build-and-push
 | 
					        id: build-and-push
 | 
				
			||||||
        uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
 | 
					        uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          context: .
 | 
					          context: ./HoolIt
 | 
				
			||||||
          push: ${{ github.event_name != 'pull_request' }}
 | 
					          push: ${{ github.event_name != 'pull_request' }}
 | 
				
			||||||
          tags: ${{ steps.meta.outputs.tags }}
 | 
					          tags: ${{ steps.meta.outputs.tags }}
 | 
				
			||||||
          labels: ${{ steps.meta.outputs.labels }}
 | 
					          labels: ${{ steps.meta.outputs.labels }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user