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.
2 parents 0a48d78 + c3e8921 commit 85c4bacCopy full SHA for 85c4bac
1 file changed
.github/workflows/claude.yml
@@ -23,7 +23,7 @@ jobs:
23
pull-requests: read
24
issues: read
25
id-token: write
26
- packages: read
+ packages: write
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v4
@@ -40,6 +40,15 @@ jobs:
40
username: ${{ github.actor }}
41
password: ${{ secrets.GITHUB_TOKEN }}
42
43
+ - name: Build and push Docker image
44
+ uses: docker/build-push-action@v5
45
+ with:
46
+ context: ./.github/actions/claude-code-action
47
+ push: true
48
+ tags: ghcr.io/mervinpraison/praisonai-claudecode:latest
49
+ cache-from: type=gha
50
+ cache-to: type=gha,mode=max
51
+
52
- name: Run Claude Code
53
id: claude
54
uses: ./.github/actions/claude-code-action
0 commit comments