fix(ci): sanitize branch names in Docker image tags
Fix "invalid reference format" error in GitHub Actions workflows when branch names contain forward slashes (e.g., feature/beta-release). Add sanitization step to playwright.yml converting / to - Update supply-chain-verify.yml with dynamic branch sanitization Add sanitization step to supply-chain-pr.yml for artifact names Branch feature/beta-release → tag feature-beta-release Fixes Playwright E2E and supply chain security scan workflow failures
This commit is contained in:
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
|
||||
- **GitHub Actions workflows failing with 'invalid reference format' for feature branches containing slashes**: Branch names like `feature/beta-release` now properly sanitized (replacing `/` with `-`) in Docker image tags and artifact names across `playwright.yml`, `supply-chain-verify.yml`, and `supply-chain-pr.yml` workflows
|
||||
- **PermissionsModal State Synchronization**: Fixed React anti-pattern where `useState` was used like `useEffect`, causing potential stale state when editing different users' permissions
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user