diff --git a/.github/workflows/build-&-publish-docker-image.yml b/.github/workflows/build-&-publish-docker-image.yml index 9d78f2677..e6322feec 100644 --- a/.github/workflows/build-&-publish-docker-image.yml +++ b/.github/workflows/build-&-publish-docker-image.yml @@ -42,6 +42,8 @@ jobs: - name: Clone blobber uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Docker Buildx run: | @@ -113,7 +115,9 @@ jobs: go-version: ^1.20 # The Go version to download (if necessary) and use. - name: Clone blobber - uses: actions/checkout@v1 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Docker Buildx run: | @@ -243,4 +247,4 @@ jobs: repository: ${{ github.repository }} status_name: "0Chain System Tests" target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - github_token: ${{ github.token }} \ No newline at end of file + github_token: ${{ github.token }}