Skip to content

Commit 6963bea

Browse files
Stewart86claude
andcommitted
fix: improve Docker Hub description update reliability
- Add continue-on-error to prevent workflow failures on description update - Add short-description parameter for better Docker Hub metadata - Ensure Docker image publishing succeeds even if description update fails 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bb75862 commit 6963bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ jobs:
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
6161
repository: ${{ env.IMAGE_NAME }}
6262
readme-filepath: ./README.md
63+
short-description: "AI-powered Discord bot for codebase analysis and bug detection"
64+
continue-on-error: true

0 commit comments

Comments
 (0)