We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977f04a commit 3e6795cCopy full SHA for 3e6795c
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
password: ${{ secrets.GH_PAT }}
76
- name: Pull Shiva Container
77
id: shiva-pull
78
- run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
+ run: docker pull ghcr.io/lit-protocol/shiva:latest
79
# - name: Run Shiva Container
80
# id: shiva-runner
81
# run: docker run -d -m 32g -p 8000:8000 -p 8545:8545 -p 7470:7470 -p 7471:7471 -p 7472:7472 -p 7473:7473 -p 7474:7474 -p 7475:7475 -v ${{github.workspace}}/lit-assets:/data -e GH_PAT=${{secrets.GH_PAT_FOR_SHIVA}} -e HASH=$DATIL_COMMIT_HASH -e IPFS_API_KEY=${{secrets.IPFS_API_KEY}} --name shiva ghcr.io/lit-protocol/shiva:latest
0 commit comments