Added cron event
This commit is contained in:
		@@ -11,7 +11,7 @@ pipeline:
 | 
				
			|||||||
      password:
 | 
					      password:
 | 
				
			||||||
        from_secret: container_registry_password
 | 
					        from_secret: container_registry_password
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [push]
 | 
					      event: [ push, cron ]
 | 
				
			||||||
      path: "Containerfile"
 | 
					      path: "Containerfile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
branches: master
 | 
					branches: master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user