feat: rename Docker image to claude-hub to match repository name

- Update workflow to use intelligenceassist/claude-hub instead of claude-github-webhook
- Update all README references to use new image name
- Update Docker Hub documentation with correct image names and links
This commit is contained in:
Jonathan Flatt
2025-05-28 11:29:32 -05:00
parent 02be8fc307
commit 7039d07d29
3 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ on:
env:
DOCKER_HUB_USERNAME: ${{ vars.DOCKER_HUB_USERNAME || 'cheffromspace' }}
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION || 'intelligenceassist' }}
IMAGE_NAME: ${{ vars.DOCKER_IMAGE_NAME || 'claude-github-webhook' }}
IMAGE_NAME: ${{ vars.DOCKER_IMAGE_NAME || 'claude-hub' }}
jobs:
build: