diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ece4db0e..8351df3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: echo ${{ secrets.GH_TOKEN }} | docker login ghcr.io -u koenkk --password-stdin - name: Docker setup - QEMU if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: all - name: Docker setup - Buildx