codepipeline-actions: support ECRBuildAndPublish action #33376
Labels
@aws-cdk/aws-codepipeline-actions
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
AWS CodePipeline introduces new build action: ECRBuildAndPublish action.
Use Case
The ECRBuildAndPublish action enables you to easily build and publish images to ECR as part of your pipeline execution. This build action allows you to automate building and pushing a new image when a change occurs in your source. This action builds based on a specified Docker file location and pushes the image.
This action allows you to build and publish images without first creating a CodeBuild project in pipelines.
Proposed Solution
Add
ECRBuildAndPublishAction
class that extendsAction
class to aws-codepipeline-actions module.Other Information
No response
Acknowledgements
CDK version used
2.178.1
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: