Skip to content

Commit

Permalink
Set buildx version to v0.9.1 in release.yml (#21955)
Browse files Browse the repository at this point in the history
Buildx 0.10.0 seems to have broken the dashboard release process so setting it to v0.9.1 across the board for consistency and to avoid the same problem elsewhere.
  • Loading branch information
SDawley authored Jan 25, 2023
1 parent 2c31d54 commit caab1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
-
name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1
-
name: "Docker quay.io Login"
uses: docker/login-action@v2
Expand Down

0 comments on commit caab1b4

Please sign in to comment.