Skip to content

Commit 169140e

Browse files
committed
Add Docker pull test step to Claude workflow for verification of successful image retrieval after login.
1 parent ec35699 commit 169140e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/claude.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
username: MervinPraison
3838
password: ${{ secrets.GH_TOKEN }}
3939

40+
- name: Test Docker Pull After Login
41+
run: |
42+
echo "=== Testing Docker Pull After Login ==="
43+
docker pull ghcr.io/mervinpraison/praisonai-claudecode:latest
44+
echo "Pull successful!"
45+
4046
- name: Run Claude Code
4147
id: claude
4248
uses: ./.github/actions/claude-code-action

0 commit comments

Comments
 (0)