Skip to content

Commit

Permalink
upgrade to latest buildx action
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Jan 22, 2025
1 parent d4b2ec2 commit 4becd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-release-self-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf ## v3.2.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db ## v3.6.1
## uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db ## v3.6.1
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/amd64/v2,linux/arm64

Expand Down

0 comments on commit 4becd85

Please sign in to comment.