You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Developer,
I want to automate the build and push of Docker images to Amazon ECR, so as to ensure the Docker images are available in the ECR repository.
Acceptance Criteria:
The workflow triggers successfully when called with required inputs.
The Docker image is built using the specified Dockerfile.
The Docker image is tagged with appropriate tags based on inputs (e.g., type, prefix).
The Docker image is pushed to the specified Amazon ECR repository.