ci: persist release version to main (#212)

This commit is contained in:
ARUNAVO RAY
2026-03-05 09:55:59 +05:30
committed by GitHub
parent be7daac5fb
commit ce365a706e
4 changed files with 44 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ This workflow builds Docker images on pushes and pull requests, and pushes to Gi
- Creates multiple tags for each image (latest, semver, sha)
- Auto-syncs `package.json` version from `v*` tags during release builds
- Validates release tags use semver format before building
- After tag builds succeed, writes the same version back to `main/package.json`
### Docker Security Scan (`docker-scan.yml`)