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 a95e809 + b12a7d9 commit e14abb1Copy full SHA for e14abb1
.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0
+ uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
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