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 16a8fd0 + 2d08ed2 commit e5c4b48Copy full SHA for e5c4b48
.github/workflows/build-manylinux.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Build and push Docker image
77
if: steps.inspect.outcome == 'failure'
78
- uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
79
with:
80
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
81
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
0 commit comments