We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe97837 + 245b2b5 commit 146c43cCopy full SHA for 146c43c
.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
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