We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d517e commit 1398ed2Copy full SHA for 1398ed2
.github/workflows/build-manylinux.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Build and push Docker image
99
if: steps.inspect.outcome == 'failure'
100
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
101
with:
102
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
103
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
0 commit comments