File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
7272          fi; 
7373
7474          # Control which images to build 
75-           echo "BUILD_ALLINONE=${{ inputs.build_allinone || false  }}" >> "${GITHUB_ENV}" 
76-           echo "BUILD_FRONTEND=${{ inputs.build_frontend || false  }}" >> "${GITHUB_ENV}" 
77-           echo "BUILD_NODESERVICE=${{ inputs.build_nodeservice || false  }}" >> "${GITHUB_ENV}" 
78-           echo "BUILD_APISERVICE=${{ inputs.build_apiservice || false  }}" >> "${GITHUB_ENV}" 
75+           echo "BUILD_ALLINONE=${{ inputs.build_allinone || true  }}" >> "${GITHUB_ENV}" 
76+           echo "BUILD_FRONTEND=${{ inputs.build_frontend || true  }}" >> "${GITHUB_ENV}" 
77+           echo "BUILD_NODESERVICE=${{ inputs.build_nodeservice || true  }}" >> "${GITHUB_ENV}" 
78+           echo "BUILD_APISERVICE=${{ inputs.build_apiservice || true  }}" >> "${GITHUB_ENV}" 
7979
8080          # Image names 
8181          ALLINONE_IMAGE_NAMES=lowcoderorg/lowcoder-ce:${IMAGE_TAG} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments