konsentus/Build, Tag and Push Docker Image to ECR

Build, Tag and Push Docker Image to ECR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ecr_repository_nameThe destination ECR repository name. Will default to Github repository name if not specified.no
additional_tagsComma separated tags to apply to the Docker image in addition to the tags for commit SHA and branch name.no
new_tag_onlyWhen true the action will check if the image name and tag exists in the remote repository first and not push the new image if it does. The dockerfile WILL NOT be built if the push is skipped.no
environmentWhen set this overrides the branch name being used to determine the environment tag being used for the image.no
namedescription
new_image_digestThe Docker image digest of the newly built image.
old_image_digestThe Docker image digest of the previously built image, tagged with the git branch name.