Skip to content

Conversation

@chris-vest
Copy link

Summary

  • Added Dockerfile with multi-stage build for production deployment
  • Added GitHub Actions workflow for automated Docker image building and pushing to AWS ECR
  • Configured multi-platform builds (linux/amd64, linux/arm64)
  • Set up automated tagging based on branch and SHA
  • Enabled GitHub Actions cache for faster builds

Configuration

  • ECR Repository: zerodev/orchestra
  • AWS Region: us-east-1
  • Triggers: PR events and manual workflow dispatch
  • Runtime: Bun with TypeScript compilation

Test plan

  • Verify workflow file syntax
  • Test workflow on this PR
  • Confirm images are pushed to ECR correctly

🤖 Generated with Claude Code

chris-vest and others added 2 commits December 29, 2025 13:20
This commit adds:
- Dockerfile with multi-stage build for production deployment
- GitHub Actions workflow for automated Docker image building and pushing to AWS ECR
- Multi-platform builds (linux/amd64, linux/arm64)
- Automated tagging based on branch and SHA
- GitHub Actions cache for faster builds

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants