Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed May 20, 2022
1 parent 9b8e6ad commit fcd22a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
name: cheqd-did-resolver.tar

- name: Load resolver Docker image
run: docker load -i cheqd-did-resolver.tar
run: |
docker load -i cheqd-did-resolver.tar
rm cheqd-did-resolver.tar

- name: Push cheqd-node image
run: |
Expand Down

0 comments on commit fcd22a8

Please sign in to comment.