diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 110ed82a..b7517b28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to quay.io if: github.ref == 'refs/heads/main'