From a064ce19391c5ac2d16f03a7b77735a70ff93a39 Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 13 Feb 2023 16:58:44 +0000 Subject: [PATCH] Pin setup-buildx-action version. Fix Docker build (#94734) This pins setup-buildx-action version. Our Docker builds where fixed by: https://github.com/pytorch/pytorch/pull/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: https://github.com/pytorch/pytorch/pull/94734 Approved by: https://github.com/jeanschmidt --- .github/workflows/docker-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index e0d0ec825b8b0..590df7f3fee3e 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -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