Skip to content

Commit

Permalink
ci: pin buildx version (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Buto <[email protected]>
  • Loading branch information
cbuto authored Feb 15, 2023
1 parent 5d9b509 commit 61fbe13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
version: latest
version: v0.9.1
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Docker Login
Expand Down

0 comments on commit 61fbe13

Please sign in to comment.