File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11version : 1 
22packages :
33  docker :
4+     #  available types: docker, debian
45    package_type : docker 
6+     #  repo where the workflow is started
57    repo : redis/docker-library-redis 
8+     #  ref it not specified it will be determined based on the tag and existing branches
9+     #  should be empty for real releas, is to be used for testing only
10+     #  ref: branch_name
11+     #  build workflow name
612    build_workflow : release_build_and_test.yml 
13+     #  build workflow timeout in minutes, optional
714    build_timeout_minutes : 45 
15+     #  static workflow inputs for build workflow
816    build_inputs : {} 
17+     #  whether to run publish workflow for internal releases
918    publish_internal_release : no 
10-     publish_workflow : release_publish.yml  #  may be boolean false
19+     #  publish workflow name
20+     publish_workflow : release_publish.yml 
21+     #  publish workflow timeout in minutes, optional
1122    publish_timeout_minutes : 10 
23+     #  static workflow inputs for publish workflow
1224    publish_inputs : {} 
1325  debian :
1426    package_type : debian 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments