diff --git a/.github/workflows/build_and_push_to_gar.yml b/.github/workflows/build_and_push_to_gar.yml index 074e350..2db87bd 100644 --- a/.github/workflows/build_and_push_to_gar.yml +++ b/.github/workflows/build_and_push_to_gar.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: install poetry run: python -m pip install poetry==${{ env.POETRY_VERSION }}