8383 python-version : ${{ inputs.python_version }}
8484
8585 - name : Build Docker Image (${{ inputs.architecture }} / ${{ inputs.build_config }})
86- uses :
microsoft/onnxruntime-github-actions/[email protected] .5 86+ uses :
microsoft/onnxruntime-github-actions/[email protected] .6 8787 id : build_docker_image_step
8888 with :
8989 dockerfile : ${{ github.workspace }}/${{ inputs.dockerfile_path }}
@@ -103,7 +103,7 @@ jobs:
103103 # ------------- Update Step (CMake Generation) -------------
104104 - name : Generate Build Files (CMake) (${{ inputs.architecture }} / ${{ inputs.build_config }})
105105 id : update_step
106- uses :
microsoft/onnxruntime-github-actions/[email protected] .5 106+ uses :
microsoft/onnxruntime-github-actions/[email protected] .6 107107 with :
108108 docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
109109 build_config : ${{ inputs.build_config }}
@@ -115,7 +115,7 @@ jobs:
115115 # ------------- Build Step (Compilation) -------------
116116 - name : Build ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
117117 id : build_step
118- uses :
microsoft/onnxruntime-github-actions/[email protected] .5 118+ uses :
microsoft/onnxruntime-github-actions/[email protected] .6 119119 with :
120120 docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
121121 build_config : ${{ inputs.build_config }}
@@ -128,7 +128,7 @@ jobs:
128128 - name : Test ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
129129 id : test_step
130130 if : inputs.run_tests == true
131- uses :
microsoft/onnxruntime-github-actions/[email protected] .5 131+ uses :
microsoft/onnxruntime-github-actions/[email protected] .6 132132 with :
133133 docker_image : ${{ steps.build_docker_image_step.outputs.full-image-name }}
134134 build_config : ${{ inputs.build_config }}
0 commit comments