We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a1468 commit 3b64ea9Copy full SHA for 3b64ea9
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo ${{ secrets.GH_TOKEN }} | docker login ghcr.io -u koenkk --password-stdin
33
- name: Docker setup - QEMU
34
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
35
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
36
with:
37
platforms: all
38
- name: Docker setup - Buildx
0 commit comments