diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e666fe..2fd8dbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Log in to the Container registry uses: docker/login-action@v1