Nikola Derežić
4b84d265b6
Build and Push Docker Image / check_version (push) Successful in 8s
Build and Push Docker Image / check_image_version (push) Successful in 9s
Build and Push Docker Image / build (push) Has been skipped
(refactor) extract version check workflows into reusable components
- Create check_package_version.yml reusable workflow
- Add workspacePath input for flexible package.json location
- Fix path concatenation to handle root directory cleanly
- Expose version_changed and version outputs
- Create check_image_version.yml reusable workflow
- Add workspacePath, imageName, registryUrl, registryUsername, and registryNamespace inputs
- Make fully generic and portable across different registries
- Fix path handling for clean path generation
- Rename secret to registryToken for clarity
- Update build.yml to use reusable workflows
- Replace inline jobs with workflow_call references
- Pass all required parameters explicitly
- Maintain existing conditional logic in build job
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>