File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,12 @@ jobs:
7373 registry : ghcr.io
7474 username : ${{ github.actor }}
7575 password : ${{ secrets.GH_PAT }}
76- - name : List Available Images in GitHub Container Registry
77- run : |
78- curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \
79- -H "Accept: application/vnd.github+json" \
80- "https://api.github.com/orgs/LIT-Protocol/packages?package_type=container"
8176 - name : Pull Shiva Container
8277 id : shiva-pull
8378 run : docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
84- - name : Run Shiva Container
85- id : shiva-runner
86- 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
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
8782 # - name: Set up Node.js
8883 # uses: actions/setup-node@v3
8984 # with:
You can’t perform that action at this time.
0 commit comments