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 f807d3c commit 55509eaCopy full SHA for 55509ea
.github/workflows/ci.yml
@@ -73,6 +73,11 @@ jobs:
73
registry: ghcr.io
74
username: ${{ github.actor }}
75
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
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" | jq '.[] | .name'
81
- name: Pull Shiva Container
82
id: shiva-pull
83
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
0 commit comments