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

đŸ“Ĩ Commits

Reviewing files that changed from the base of the PR and between ef91d56 and ff95129.

📒 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.

â¤ī¸ Share

Comment @coderabbitai help to get the list of available commands and usage tips.