We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f751a commit 1bb7708Copy full SHA for 1bb7708
.github/workflows/reusable_linux_build.yml
@@ -101,7 +101,7 @@ jobs:
101
ls -lR ./.github/_downloaded_actions # Verify structure
102
103
- name: Build Docker Image (${{ inputs.architecture }} / ${{ inputs.build_config }})
104
- uses: microsoft/onnxruntime-github-actions/build-docker-image@2cf46f409099e5a27977bbece1c89f3d6dca6a1b
+ uses: microsoft/onnxruntime-github-actions/build-docker-image@fe4bffdebbaf16477883ba661ecfeeeb5703c85a
105
id: build_docker_image_step
106
with:
107
dockerfile: ${{ github.workspace }}/${{ inputs.dockerfile_path }}
0 commit comments