Skip to content

Commit

Permalink
fix checkout build-&-publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnawaz-creator authored Aug 3, 2023
1 parent e06a891 commit 159c168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:

- name: Clone blobber
uses: actions/checkout@v1
with:
fetch-depth: 0

- name: Set up Docker Buildx
run: |
Expand Down Expand Up @@ -243,4 +245,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 }}
github_token: ${{ github.token }}

0 comments on commit 159c168

Please sign in to comment.