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 169140e commit 9e0b60cCopy full SHA for 9e0b60c
.github/workflows/claude.yml
@@ -30,18 +30,12 @@ jobs:
30
with:
31
fetch-depth: 1
32
33
- - name: Login to GitHub Container Registry
34
- uses: docker/login-action@v3
35
- with:
36
- registry: ghcr.io
37
- username: MervinPraison
38
- password: ${{ secrets.GH_TOKEN }}
39
-
40
- - name: Test Docker Pull After Login
+ - name: Fix GHCR Authentication Bug
41
run: |
42
- echo "=== Testing Docker Pull After Login ==="
+ echo "=== Applying GHCR workaround ==="
+ docker logout ghcr.io || true
+ echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u MervinPraison --password-stdin
43
docker pull ghcr.io/mervinpraison/praisonai-claudecode:latest
44
- echo "Pull successful!"
45
46
- name: Run Claude Code
47
id: claude
0 commit comments