diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d8e9cec..abcb843 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 with: - fetch-depth: 5 + fetch-depth: 0 fetch-tags: true - name: Log in to Docker Hub