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.
2 parents dd1d013 + 9e7d032 commit 9977579Copy full SHA for 9977579
.github/workflows/build-manylinux.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Build and push Docker image
104
if: steps.inspect.outcome == 'failure'
105
- uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
106
with:
107
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
108
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
0 commit comments