diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f35bf..3135765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,11 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up QEMU uses: docker/setup-qemu-action@v1 + - uses: docker/setup-buildx-action@v1 - name: Docker Login uses: docker/login-action@v1 with: