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 d953d19 + 6ea1b1e commit b7d9fc2Copy full SHA for b7d9fc2
.github/workflows/build-manylinux.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Build and push Docker image
58
if: steps.inspect.outcome == 'failure'
59
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
60
with:
61
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
62
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
0 commit comments