File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,12 @@ jobs:
6767 # - name: Install LA Blockchain Dependencies
6868 # run: npm i
6969 # working-directory: ${{github.workspace}}/lit-assets/blockchain/contracts
70- - name : Log in to GitHub Container Registry
71- uses : docker/login-action@v2
72- with :
73- registry : ghcr.io
74- username : ${{ github.actor }}
75- password : ${{ secrets.GH_PAT }}
70+ - name : Docker login
71+ id : login
72+ run : docker login ghcr.io/ -u ${{secrets.GH_USER}} --password ${{secrets.GH_PAT}}
7673 - name : Pull Shiva Container
7774 id : shiva-pull
78- run : docker pull ghcr.io/lit-protocol/shiva:latest --username ${{ github.actor }} --password ${{ secrets.GH_PAT }}
75+ run : docker pull ghcr.io/lit-protocol/shiva:latest
7976 # - name: Run Shiva Container
8077 # id: shiva-runner
8178 # 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
You can’t perform that action at this time.
0 commit comments