Skip to content

Commit f68ea78

Browse files
authored
Merge pull request #2447 from pygame-community/dependabot/github_actions/docker/build-push-action-4.2.1
Bump docker/build-push-action from 4.1.1 to 4.2.1
2 parents 2be0b73 + 13e8379 commit f68ea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Build and push Docker image
104104
if: steps.inspect.outcome == 'failure'
105-
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
105+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
106106
with:
107107
context: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
108108
file: ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}

0 commit comments

Comments
 (0)