Update actions to deploy to fcbh instance#86
Conversation
📝 WalkthroughWalkthrough
Conditional ECR/GHCR Deploy Routing
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/deploy.yml:
- Around line 46-52: Pin the external GitHub Actions in the workflow to full
commit SHAs instead of mutable version tags. Update both the docker/login-action
and aws-actions/amazon-ecr-login entries in the deploy workflow’s login steps to
use immutable commit references so the action versions cannot drift
unexpectedly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2957a3d4-7582-4354-811c-61ad7c11dd92
📒 Files selected for processing (2)
.github/workflows/deploy.yml.github/workflows/main.yml
Summary by CodeRabbit
New Features
Bug Fixes