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 3307300 + 8bdb49b commit beb0fd4Copy full SHA for beb0fd4
.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@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
+ uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
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