Skip to content

Commit

Permalink
Pin setup-buildx-action version. Fix Docker build (pytorch#94734)
Browse files Browse the repository at this point in the history
This pins setup-buildx-action version.
Our Docker builds where fixed by: pytorch#92702 on Jan 25,26
However setup-builder-action update on Jan 27 broke these builds again.
This PR pins version of setup-buildx-action and fixes Docker builds for nightly.

Pull Request resolved: pytorch#94734
Approved by: https://github.com/jeanschmidt
  • Loading branch information
atalman authored and pytorchmergebot committed Feb 13, 2023
1 parent 216f88d commit a064ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
QEMU_BINARY_PATH: ${{ runner.temp }}/bin
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.10.0
- name: Setup job specific variables
run: |
set -eou pipefail
Expand Down

0 comments on commit a064ce1

Please sign in to comment.