Skip to content

Commit b138c4f

Browse files
dockerfile name in yml
1 parent de3b925 commit b138c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Run Docker container and execute build script
206206
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
207207
run: |
208-
docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist -u $(id -u):$(id -g) pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
208+
docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist -u $(id -u):$(id -g) ${{ inputs.docker-image-name }} /ppc64le-build.sh
209209
210210
- name: Build
211211
if: (steps.filter.outputs.is-test-matrix-empty == 'False' || inputs.test-matrix == '' ) && (inputs.build-environment != 'linux-ppc64le-binary-manywheel')

0 commit comments

Comments
 (0)