Commit 2dac897
Add Docker Hub and GHCR pre-built image information to README (#27)
* Add automated Docker image publishing to Docker Hub and GHCR
Enhanced the Docker build workflow to automatically build and push images to both Docker Hub and GitHub Container Registry on pushes to main branch.
Changes:
- Added Docker Hub and GHCR authentication steps
- Configured multi-registry image tagging (latest, branch, SHA)
- Updated health and API endpoint tests to use published images
- Added required permissions for GHCR package publishing
Required secrets: DOCKERHUB_USERNAME, DOCKERHUB_TOKEN
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add Docker Hub and GHCR pre-built image information to README
Updated the README.md to inform users that pre-built Docker images are available for easy deployment.
Changes:
- Added "Pre-built Docker Images" section in Deployment Options
- Included Docker Hub pull command: karthiknitt/tamil-panchang-api:latest
- Included GHCR pull command: ghcr.io/karthiknitt/tamil-panchang-api:latest
- Added quick run example using Docker Hub image
- Fixed markdown linting issues (blank lines around code blocks)
Users can now quickly deploy the API without building from source.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 12ed4e5 commit 2dac897
1 file changed
+76
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
363 | 391 | | |
364 | 392 | | |
365 | 393 | | |
| |||
439 | 467 | | |
440 | 468 | | |
441 | 469 | | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
442 | 518 | | |
443 | 519 | | |
444 | 520 | | |
| |||
0 commit comments