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 2be0b73 + 13e8379 commit f68ea78Copy full SHA for f68ea78
.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@2eb1c1961a95fc15694676618e422e8ba1d63825
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
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