Skip to content

add json-verbose output format with full tool call history #147

add json-verbose output format with full tool call history

add json-verbose output format with full tool call history #147

Workflow file for this run

name: pipeline
on: [push]
jobs:
call-docker-image-workflow:
uses: psyb0t/reusable-github-workflows/.github/workflows/docker-image-workflow.yml@master
with:
repository_name: psyb0t/claude-code
target_platforms: "linux/amd64,linux/arm64"
build_targets: '[{"target":"full","tag_suffix":""},{"target":"minimal","tag_suffix":"-minimal"}]'
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}