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 4fa74ce commit 509d05dCopy full SHA for 509d05d
.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@v3
+ uses: docker/setup-qemu-action@v4
46
47
uses: docker/login-action@v3
48
with:
0 commit comments