chore: update Docker build to tag images with commit SHA by AmanGIT07 ¡ Pull Request #1494 ¡ raystack/frontier
No actionable comments were generated in the recent review. đ
âšī¸ Recent review info
âī¸ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6b442f5e-2e62-457a-bf89-95d16da51caa
đ Files selected for processing (1)
.github/workflows/main.yml
đ Walkthrough
Summary by CodeRabbit
- Chores
- Updated Docker image publishing workflow to generate tagged releases with commit-specific identifiers in addition to the standard dev tag, improving deployment tracking and versioning.
Walkthrough
The Docker image publish step in the CI workflow now tags images with both a static dev label and a dynamic commit SHA-based label during the dev job execution.
Changes
| Cohort / File(s) | Summary |
|---|---|
CI Workflow Configuration .github/workflows/main.yml |
Docker image publish step updated to push two tags: raystack/frontier:dev (existing) and raystack/frontier:${{ github.sha }} (commit SHA-based). |
Estimated code review effort
đ¯ 1 (Trivial) | âąī¸ ~3 minutes
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 @coderabbitai help to get the list of available commands and usage tips.