Skip to content

Conversation

@chris-vest
Copy link

Summary

  • Added Dockerfile with Bun runtime 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/new-customer-agent
  • AWS Region: us-east-1
  • Triggers: PR events and manual workflow dispatch
  • Runtime: Bun

Test plan

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

🤖 Generated with Claude Code

This commit adds:
- Dockerfile with Bun runtime 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