Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): update Docker image tagging strategy
- Change Docker image tags to use a consistent format: - `latest` tag for the latest commit on the main branch - `sha-<sha>` tags for individual commit SHAs - `branch-<branch-name>` tags for individual branches - Sanitize branch names in the tags to ensure valid tag names
- Loading branch information