Skip to content

Conversation

@chris-vest
Copy link

Summary

  • 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/passkey-server
  • AWS Region: us-east-1
  • Triggers: PR events and manual workflow dispatch

Test plan

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

🤖 Generated with Claude Code

This workflow automates building and pushing Docker images to AWS ECR:
- Triggers on PR events and manual dispatch
- 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