We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443d4b4 commit 7db86afCopy full SHA for 7db86af
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: docker/setup-buildx-action@v3
43
- if: startsWith(github.ref, 'refs/tags/v')
44
name: Set up QEMU
45
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
46
47
uses: docker/login-action@v3
48
with:
0 commit comments