Migrate Docker CD production workflow from Azure Container Registry to Docker Hub - #55
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe pull request replaces Azure Container Registry authentication with Docker Hub authentication in the Docker CI/CD production workflow. Three workflow stages were updated to use Docker Hub credentials and the newer Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
Comment |
Co-authored-by: VAIBHAVSING <154789507+VAIBHAVSING@users.noreply.github.com>
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Removes all Azure Container Registry dependencies from the production deployment workflow. The workflow now uses Docker Hub exclusively for all build jobs.
Changes
azure/docker-login@v1withdocker/login-action@v3usingDOCKERHUB_USERNAMEandDOCKERHUB_TOKENsecretsazure/docker-login@v1withdocker/login-action@v3usingDOCKERHUB_USERNAMEandDOCKERHUB_TOKENsecretsregistryoutput referenceAll four build jobs now authenticate to Docker Hub consistently. Removed secret dependencies:
REGISTRY_URL,ACR_USERNAME,ACR_PASSWORD.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Summary by CodeRabbit