mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	docker: Re-add push for latest
This commit is contained in:
		
							parent
							
								
									e39e141d6c
								
							
						
					
					
						commit
						6c0559c7ef
					
				
							
								
								
									
										12
									
								
								.github/workflows/docker-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/docker-build.yml
									
									
									
									
										vendored
									
									
								
							@ -287,6 +287,18 @@ jobs:
 | 
			
		||||
          username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
			
		||||
          password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
			
		||||
          
 | 
			
		||||
      -
 | 
			
		||||
        name: Build and push
 | 
			
		||||
        if: github.event_name != 'release'
 | 
			
		||||
        uses: docker/build-push-action@v3
 | 
			
		||||
        with:
 | 
			
		||||
          context: .
 | 
			
		||||
          push: ${{ github.event_name != 'pull_request' }}
 | 
			
		||||
          platforms: linux/amd64,linux/arm64,linux/arm/v7
 | 
			
		||||
          tags: nitnelave/lldap:latest
 | 
			
		||||
          cache-from: type=gha
 | 
			
		||||
          cache-to: type=gha,mode=max
 | 
			
		||||
          
 | 
			
		||||
      - name: Build and push
 | 
			
		||||
        if: github.event_name == 'release'
 | 
			
		||||
        uses: docker/build-push-action@v3
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user