Refactor GitHub Actions workflows with dynamic image tags#34
Merged
Conversation
- Changed the ecr_image_tag in both prod.yml and staging.yml to use the version_tag output from the build job, ensuring that the correct image version is deployed. - Updated documentation in gha-setup.sh to clarify the setup process for GitHub variables related to CI/CD pipelines for the RoboLedger App.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR refactors our GitHub Actions deployment workflows to use dynamic image tagging, improving our CI/CD pipeline efficiency and maintainability. The changes streamline the deployment process by:
bin/gha-setup.sh, reducing complexity by ~137 lines while maintaining functionalityKey Infrastructure Improvements
Breaking Changes
Testing Notes for Reviewers
CI/CD Pipeline Testing
Deployment Verification
Browser Compatibility Considerations
This change affects backend infrastructure only and has no direct impact on browser compatibility. The application's frontend functionality remains unchanged, maintaining support for all previously supported browsers and devices.
Additional Notes
🤖 Generated with Claude Code
Branch Info:
refactor/improved-deploymentmainCo-Authored-By: Claude noreply@anthropic.com