thorbenziemek / action-ecr-publish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECR Publish

This action is used to publish images to the Elastic Container Registry on AWS.

It uses the magic of Github OIDC linked with AWS to grant permission to a repository on Github to publish to an Image Repository on AWS as long as they share the same name. This action then handles the whole build process.

Check out this blog post for more information.

About