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.
1 parent 8535cfe commit e48dc73Copy full SHA for e48dc73
.github/workflows/build-manylinux.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Build and push Docker image
99
if: steps.inspect.outcome == 'failure'
100
- uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
+ uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
101
with:
102
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
103
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
0 commit comments