diff --git a/.github/workflows/tests-and-docker-images.yml b/.github/workflows/tests-and-docker-images.yml index 07755ff6..7efb52d2 100644 --- a/.github/workflows/tests-and-docker-images.yml +++ b/.github/workflows/tests-and-docker-images.yml @@ -101,6 +101,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Log in to the Container registry uses: docker/login-action@v1.14.1