Skip to content

Commit

Permalink
Merge branch 'sprint-july-4' into case-3-and-case-4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpoli committed Aug 4, 2023
2 parents 3c2357f + b0d46cf commit 0dfac0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

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

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

0 comments on commit 0dfac0f

Please sign in to comment.