mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	ci(publish): restore image publish on push to master (#13562)
This commit is contained in:
		
							parent
							
								
									489db812b5
								
							
						
					
					
						commit
						f8ad7de412
					
				
							
								
								
									
										2
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							@ -101,7 +101,7 @@ jobs:
 | 
			
		||||
        env:
 | 
			
		||||
          ENABLE_PUBLISH: >-
 | 
			
		||||
            ${{
 | 
			
		||||
               (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' ) 
 | 
			
		||||
               (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' || (github.event_name == 'push' && github.ref == 'refs/heads/master')) 
 | 
			
		||||
               && ( secrets.ACRYL_DOCKER_PASSWORD != '' )
 | 
			
		||||
            }}
 | 
			
		||||
        run: |
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user