Skip to content

Feature/133 add GitHub actions workflow to build and push docker images to ecr#160

Merged
AldrionDev merged 2 commits into
mainfrom
feature/133-add-github-actions-workflow-to-build-and-push-docker-images-to-ecr
May 19, 2026
Merged

Feature/133 add GitHub actions workflow to build and push docker images to ecr#160
AldrionDev merged 2 commits into
mainfrom
feature/133-add-github-actions-workflow-to-build-and-push-docker-images-to-ecr

Conversation

@AldrionDev

Copy link
Copy Markdown
Owner

Implemented and verified GitHub Actions workflow for Docker image build and ECR push.

Added:

  • .github/workflows/deploy.yml
  • AWS authentication using GitHub repository secrets
  • Amazon ECR login
  • Backend Docker image build and push
  • Frontend Docker image build and push
  • latest image tag for the current simple deployment flow

Verified:

  • Deploy workflow completed successfully
  • Backend image was pushed to ECR with latest tag
  • Frontend image was pushed to ECR with latest tag
  • ECR image timestamps confirm fresh push from GitHub Actions

Notes:

@AldrionDev AldrionDev linked an issue May 19, 2026 that may be closed by this pull request
@AldrionDev AldrionDev merged commit 90e89bd into main May 19, 2026
3 checks passed
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.

Add GitHub Actions workflow to build and push Docker images to ECR

1 participant